ChannelWebRtcListResponse
ChannelWebRtcListResponse =
object
Response object returned when listing voice channel participants.
Properties
createdAt?
optionalcreatedAt:Date
The timestamp when the voice session was created. Optional; may be undefined if no session is active.
members?
optionalmembers:WebRtcUserInfoResponse[]
Array of WebRtcUserInfoResponse objects representing the current participants. Empty when no participants are present.