Chat_VideoCallRoom
No description
type Chat_VideoCallRoom {
id: Chat_UUID!
participants: [Chat_ChannelUser!]!
joinVideoCall: Chat_VideoCallJoinData
url: String @deprecated
isParticipant: Boolean!
hasEnded: Boolean!
createdAt: Chat_DateTime!
createdBy: Chat_ChannelUser
}