You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,12 @@ This plugin should be compatible with any OS that can run Janus; that includes L
22
22
23
23
This one doesn't have all of the features of janus_videoroom yet, but it supports data channels. It's designed specifically for situations where video is not relevant but one needs multicasted audio and data.
Copy file name to clipboardexpand all lines: src/lib.rs
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ mod auth;
18
18
use atom::AtomSetOnce;
19
19
use messages::{RoomId,UserId};
20
20
use auth::UserToken;
21
-
use janus::{JanusError,JanssonDecodingFlags,JanssonEncodingFlags,JanssonValue,Plugin,PluginCallbacks,PluginMetadata,PluginResult,PluginSession,RawPluginResult,RawJanssonValue};
21
+
use janus::{JanusError,JanssonDecodingFlags,JanssonEncodingFlags,JanssonValue,Plugin,PluginCallbacks,LibraryMetadata,PluginResult,PluginSession,RawPluginResult,RawJanssonValue};
22
22
use janus::sdp::{AudioCodec,MediaDirection,OfferAnswerParameters,Sdp,VideoCodec};
23
23
use messages::{JsepKind,MessageKind,OptionalField,Subscription};
0 commit comments