OBJECT

VideoChatsSubscriptionPayload

Autogenerated return type of VideoChatsSubscription.

link GraphQL Schema definition

  • type VideoChatsSubscriptionPayload {
  • # Updates of the current chat
  • current_video_chat: VideoChat
  • # Information about an ended chat
  • ended_video_chat: VideoChat
  • # Information about an upcoming chat
  • upcoming_video_chat: VideoChat
  • }