Contents

denyCallID(_:)

Rejects a request to establish a voice chat.

Declaration

func denyCallID(_ callID: Int)

Parameters

  • callID:

    An integer that identifies the connection request.

Discussion

When a remote user requests a voice chat, the voice chat service calls the client’s voiceChatService(_:didReceiveInvitationFromParticipantID:callID:) method. The client calls this method to reject the request or acceptCallID(_:) to accept it.

See Also

Methods Called by the Client