Function webrtcKickUser

  • Kick a user from a chat session. Similar to guest exit without the token expiration. Other members of the call will stop communicating with them.

    Parameters

    • user_id: string

      ID of the user to kick

    • session_id: string

      ID of the chat session

    • reason: PlaceKickReason

      Reason for kicking the user

    Returns Observable<void>