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
}
Fields
Chat_VideoCallRoom.id ● Chat_UUID! non-null scalar
Chat_VideoCallRoom.participants ● [Chat_ChannelUser!]! non-null object
Chat_VideoCallRoom.joinVideoCall ● Chat_VideoCallJoinData union
Use mutation joinVideoCallRoom to get data required to join the call from the provider.
Chat_VideoCallRoom.url ● String deprecated scalar
DEPRECATED
Use joinVideoCall field instead
Chat_VideoCallRoom.isParticipant ● Boolean! non-null scalar
Chat_VideoCallRoom.hasEnded ● Boolean! non-null scalar
Chat_VideoCallRoom.createdAt ● Chat_DateTime! non-null scalar
Chat_VideoCallRoom.createdBy ● Chat_ChannelUser object
Member Of
Chat_Message object