signalingAccessToken property

String? signalingAccessToken
getter/setter pair

Allows a pre-authenticated client to dial with an authorization header to the signaling server. This skips the Authenticate() request to the signaling server or external auth but does not skip the AuthenticateTo() request to retrieve the credentials at the external auth endpoint.

If enabled, other auth options have no affect. Eg. signalingAuthEntity, signalingCredentials, signalingExternalAuthAddress, signalingExternalAuthToEntity

Implementation

String? signalingAccessToken;