Skip to content

Commit 1badd0e

Browse files
committed
release plugin textroom
1 parent 9a35a57 commit 1badd0e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

janus_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .plugin_base import JanusPlugin
66
from .plugin_echotest import JanusEchoTestPlugin
7-
# from .plugin_textroom import JanusTextRoomPlugin, TextRoomError, TextRoomEventType
7+
from .plugin_textroom import JanusTextRoomPlugin, TextRoomError, TextRoomEventType
88
from .plugin_video_call import JanusVideoCallPlugin
99
from .plugin_video_room import JanusVideoRoomPlugin
1010

0 commit comments

Comments
 (0)