Skip to main content

ChannelWebRtcListResponse

ChannelWebRtcListResponse = object

Response object returned when listing voice channel participants.

Properties

createdAt?

optional createdAt: Date

The timestamp when the voice session was created. Optional; may be undefined if no session is active.


members?

optional members: WebRtcUserInfoResponse[]

Array of WebRtcUserInfoResponse objects representing the current participants. Empty when no participants are present.