janus_client 0.0.4 copy "janus_client: ^0.0.4" to clipboard
janus_client: ^0.0.4 copied to clipboard

outdated

janus gateway client for dart

ko-fi

Buy Me A Coffee

janus_client #

all dependencies updated
official janus plugin for flutter, can be considered as port of janusJs . It can be used to bring WebRTC wonders to your flutter application, So Dive Straight in.

what is janus? #

The Janus WebRTC Server has been conceived as a general purpose server. As such, it doesn't provide any functionality per se other than implementing the means to set up a WebRTC media communication with a browser, exchanging JSON messages with it, and relaying RTP/RTCP and messages between browsers and the server-side application logic they're attached to. Any specific feature/application needs to be implemented in server side plugins, that browsers can then contact via the Janus core to take advantage of the functionality they provide. Example of such plugins can be implementations of applications like echo tests, conference bridges, media recorders, SIP gateways and the like. For more info visit
Janus: the general purpose WebRTC server

please note:-Although all features are working as expected but testing of api is still not complete please consider testing out this plugin so that this plugin can be production ready

Video Call Sample #

status #

Feature Support Well Tested
WebSocket Yes No
Rest/Http API Yes No
Video Room Plugin Yes No
Video Call Plugin Yes No
Streaming Plugin Yes No
Audio Call Plugin wip No
Sip Plugin No No
Text Room Plugin wip No

Getting Started #

VideoRoom Example

VideoCall Example

Streaming Example