- File apierror.h
- This code still needs proper hooks in the JavaScript libraries that use the interface.
- File plugin.h
- Right now plugins can only interact with peers through the Janus core. Besides, a single PeerConnection can at the moment be used by only one plugin, as that plugin is actually the "owner" of the PeerConnection itself.
- File sdp.h
- Right now, we only support sessions with up to a single audio and/or a single video stream (as in, a single audio and/or video m-line) plus an optional DataChannel. Later versions of the server will add support for more media streams of the same type in a session.