Skip to main content

Relay.Calling.ConnectResult

Relay.Calling.ConnectResult

This object returned from connect method that represents the final result of a connection between your call and a remote one.

Properties

PropertyTypeDescription
successfulbooleanWhether the call has been connected successfully.
eventRelay.EventLast event that completed the operation.
callRelay.Calling.CallRemote Call connected with yours.