File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ This client is using `aiortc` for WebRTC communication and subsequently `PyAV` f
4040 - EchoTest plugin
4141 - VideoCall plugin (Please refer to [ eg_videocall_in.py] ( ./eg_videocall_in.py ) and [ eg_videocall_out.py] ( ./eg_videocall_out.py ) )
4242 - VideoRoom plugin
43+ - TextRoom plugin
4344- Simple interface
4445- Minimum dependency
4546- Extendable Janus transport
Original file line number Diff line number Diff line change 44
55from .plugin_base import JanusPlugin
66from .plugin_echotest import JanusEchoTestPlugin
7- # from .plugin_textroom import JanusTextRoomPlugin, TextRoomError, TextRoomEventType
7+ from .plugin_textroom import JanusTextRoomPlugin , TextRoomError , TextRoomEventType
88from .plugin_video_call import JanusVideoCallPlugin
99from .plugin_video_room import JanusVideoRoomPlugin
1010
You can’t perform that action at this time.
0 commit comments