Skip to content

Commit 51bff9c

Browse files
committed
feat: expose participant_active event and joined_at, state fields
1 parent 791bb46 commit 51bff9c

18 files changed

+400
-207
lines changed

livekit-rtc/livekit/rtc/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
from ._proto import stats_pb2 as stats
2222
from ._proto.e2ee_pb2 import EncryptionState, EncryptionType
23-
from ._proto.participant_pb2 import ParticipantKind, DisconnectReason
23+
from ._proto.participant_pb2 import ParticipantKind, ParticipantState, DisconnectReason
2424
from ._proto.room_pb2 import (
2525
ConnectionQuality,
2626
ConnectionState,
@@ -136,6 +136,7 @@
136136
"LocalParticipant",
137137
"Participant",
138138
"ParticipantKind",
139+
"ParticipantState",
139140
"DisconnectReason",
140141
"RemoteParticipant",
141142
"ConnectError",

livekit-rtc/livekit/rtc/_proto/audio_frame_pb2.py

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/data_stream_pb2.py

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/e2ee_pb2.py

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/ffi_pb2.py

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/handle_pb2.py

Lines changed: 13 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-rtc/livekit/rtc/_proto/participant_pb2.py

Lines changed: 30 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)