Web SDK - PeerConnectionRequest.reject

Home > @rainway/web > PeerConnectionRequest > reject

PeerConnectionRequest.reject property

Reject the request with the given reason string. This reason string is provided back to the rejected peer.

Signature:

reject: (reason: string) => void;