Skip to content

benwtrent/JanusSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C#.Net Client Side API for the Janus Gateway

Designed Use

  • This client side API is for server logic and not for client media exchange
  • Right now should only support synchronous calls to the Janus API

Example Code

    static void Main(string[] args)
    {
      JanusRestClient client = new JanusRestClient("http://192.168.0.195:8088/janus");
      client.InitializeConnection();
      client.InitializeVideoRoomConnection();
      client.CreateRoom(12233);

      client.RemoveRoom(12233);

      client.CleanUp();
    }

About

C#.Net Client side API wrapper for the Janus-Gateway

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages