Documentation
¶
Index ¶
- type CallAttributesBuilderClient
- type CallAttributesClient
- func (c *CallAttributesClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *CallAttributesClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *CallAttributesClient) GetAddress(ctx context.Context) (int64, error)
- func (c *CallAttributesClient) GetCallCapabilities(ctx context.Context) (int32, error)
- func (c *CallAttributesClient) GetCallType(ctx context.Context) (int32, error)
- func (c *CallAttributesClient) GetDirection(ctx context.Context) (int32, error)
- func (c *CallAttributesClient) GetDisplayName(ctx context.Context) (int64, error)
- func (c *CallAttributesClient) GetPhoneAccountHandle(ctx context.Context) (int64, error)
- func (c *CallAttributesClient) HashCode(ctx context.Context) (int32, error)
- func (c *CallAttributesClient) ToString(ctx context.Context) (string, error)
- func (c *CallAttributesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type CallAudioStateClient
- func (c *CallAudioStateClient) AudioRouteToString(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *CallAudioStateClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *CallAudioStateClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *CallAudioStateClient) GetActiveBluetoothDevice(ctx context.Context, handle int64) (int64, error)
- func (c *CallAudioStateClient) GetRoute(ctx context.Context, handle int64) (int32, error)
- func (c *CallAudioStateClient) GetSupportedBluetoothDevices(ctx context.Context, handle int64) (int64, error)
- func (c *CallAudioStateClient) GetSupportedRouteMask(ctx context.Context, handle int64) (int32, error)
- func (c *CallAudioStateClient) IsMuted(ctx context.Context, handle int64) (bool, error)
- func (c *CallAudioStateClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *CallAudioStateClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type CallCallbackClient
- func (c *CallCallbackClient) OnCallDestroyed(ctx context.Context, arg0 int64) error
- func (c *CallCallbackClient) OnConnectionEvent(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
- func (c *CallCallbackClient) OnDetailsChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *CallCallbackClient) OnHandoverComplete(ctx context.Context, arg0 int64) error
- func (c *CallCallbackClient) OnHandoverFailed(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *CallCallbackClient) OnParentChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *CallCallbackClient) OnPostDialWait(ctx context.Context, arg0 int64, arg1 string) error
- func (c *CallCallbackClient) OnRttInitiationFailure(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *CallCallbackClient) OnRttModeChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *CallCallbackClient) OnRttRequest(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *CallCallbackClient) OnRttStatusChanged(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) error
- func (c *CallCallbackClient) OnStateChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *CallCallbackClient) OnVideoCallChanged(ctx context.Context, arg0 int64, arg1 int64) error
- type CallClient
- func (c *CallClient) Answer(ctx context.Context, arg0 int32) error
- func (c *CallClient) Conference(ctx context.Context, arg0 int64) error
- func (c *CallClient) Deflect(ctx context.Context, arg0 int64) error
- func (c *CallClient) Disconnect(ctx context.Context) error
- func (c *CallClient) GetCannedTextResponses(ctx context.Context) (int64, error)
- func (c *CallClient) GetChildren(ctx context.Context) (int64, error)
- func (c *CallClient) GetConferenceableCalls(ctx context.Context) (int64, error)
- func (c *CallClient) GetDetails(ctx context.Context) (int64, error)
- func (c *CallClient) GetGenericConferenceActiveChildCall(ctx context.Context) (int64, error)
- func (c *CallClient) GetParent(ctx context.Context) (int64, error)
- func (c *CallClient) GetRemainingPostDialSequence(ctx context.Context) (string, error)
- func (c *CallClient) GetRttCall(ctx context.Context) (int64, error)
- func (c *CallClient) GetState(ctx context.Context) (int32, error)
- func (c *CallClient) GetVideoCall(ctx context.Context) (int64, error)
- func (c *CallClient) HandoverTo(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *CallClient) Hold(ctx context.Context) error
- func (c *CallClient) IsRttActive(ctx context.Context) (bool, error)
- func (c *CallClient) MergeConference(ctx context.Context) error
- func (c *CallClient) PhoneAccountSelected(ctx context.Context, arg0 int64, arg1 bool) error
- func (c *CallClient) PlayDtmfTone(ctx context.Context, arg0 uint16) error
- func (c *CallClient) PostDialContinue(ctx context.Context, arg0 bool) error
- func (c *CallClient) PullExternalCall(ctx context.Context) error
- func (c *CallClient) PutExtras(ctx context.Context, arg0 int64) error
- func (c *CallClient) RegisterCallback(ctx context.Context, arg0 int64) error
- func (c *CallClient) Reject1_1(ctx context.Context, arg0 int32) error
- func (c *CallClient) Reject2(ctx context.Context, arg0 bool, arg1 string) error
- func (c *CallClient) RemoveExtras(ctx context.Context, arg0 int64) error
- func (c *CallClient) RespondToRttRequest(ctx context.Context, arg0 int32, arg1 bool) error
- func (c *CallClient) SendCallEvent(ctx context.Context, arg0 string, arg1 int64) error
- func (c *CallClient) SendRttRequest(ctx context.Context) error
- func (c *CallClient) SplitFromConference(ctx context.Context) error
- func (c *CallClient) StopDtmfTone(ctx context.Context) error
- func (c *CallClient) StopRtt(ctx context.Context) error
- func (c *CallClient) SwapConference(ctx context.Context) error
- func (c *CallClient) ToString(ctx context.Context) (string, error)
- func (c *CallClient) Unhold(ctx context.Context) error
- func (c *CallClient) UnregisterCallback(ctx context.Context, arg0 int64) error
- type CallControlClient
- type CallDetailsClient
- func (c *CallDetailsClient) Can1(ctx context.Context, arg0 int32) (bool, error)
- func (c *CallDetailsClient) Can2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- func (c *CallDetailsClient) CapabilitiesToString(ctx context.Context, arg0 int32) (string, error)
- func (c *CallDetailsClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *CallDetailsClient) GetAccountHandle(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetCallCapabilities(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetCallDirection(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetCallProperties(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetCallerDisplayName(ctx context.Context) (string, error)
- func (c *CallDetailsClient) GetCallerDisplayNamePresentation(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetCallerNumberVerificationStatus(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetConnectTimeMillis(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetContactDisplayName(ctx context.Context) (string, error)
- func (c *CallDetailsClient) GetContactPhotoUri(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetCreationTimeMillis(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetDisconnectCause(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetExtras(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetGatewayInfo(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetHandle(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetHandlePresentation(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetId(ctx context.Context) (string, error)
- func (c *CallDetailsClient) GetIntentExtras(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetState(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) GetStatusHints(ctx context.Context) (int64, error)
- func (c *CallDetailsClient) GetVideoState(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) HasProperty1(ctx context.Context, arg0 int32) (bool, error)
- func (c *CallDetailsClient) HasProperty2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
- func (c *CallDetailsClient) HashCode(ctx context.Context) (int32, error)
- func (c *CallDetailsClient) PropertiesToString(ctx context.Context, arg0 int32) (string, error)
- func (c *CallDetailsClient) ToString(ctx context.Context) (string, error)
- type CallEndpointClient
- func (c *CallEndpointClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *CallEndpointClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *CallEndpointClient) GetEndpointName(ctx context.Context, handle int64) (int64, error)
- func (c *CallEndpointClient) GetEndpointType(ctx context.Context, handle int64) (int32, error)
- func (c *CallEndpointClient) GetIdentifier(ctx context.Context, handle int64) (int64, error)
- func (c *CallEndpointClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *CallEndpointClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *CallEndpointClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type CallEndpointExceptionClient
- func (c *CallEndpointExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *CallEndpointExceptionClient) GetCode(ctx context.Context, handle int64) (int32, error)
- func (c *CallEndpointExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type CallEventCallbackClient
- func (c *CallEventCallbackClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
- func (c *CallEventCallbackClient) OnCallStreamingFailed(ctx context.Context, arg0 int32) error
- func (c *CallEventCallbackClient) OnEvent(ctx context.Context, arg0 string, arg1 int64) error
- func (c *CallEventCallbackClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
- type CallExceptionClient
- type CallRedirectionServiceClient
- func (c *CallRedirectionServiceClient) CancelCall(ctx context.Context) error
- func (c *CallRedirectionServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *CallRedirectionServiceClient) OnPlaceCall(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) error
- func (c *CallRedirectionServiceClient) OnRedirectionTimeout(ctx context.Context) error
- func (c *CallRedirectionServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error)
- func (c *CallRedirectionServiceClient) PlaceCallUnmodified(ctx context.Context) error
- func (c *CallRedirectionServiceClient) RedirectCall(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) error
- type CallRttCallClient
- func (c *CallRttCallClient) GetRttAudioMode(ctx context.Context) (int32, error)
- func (c *CallRttCallClient) Read(ctx context.Context) (string, error)
- func (c *CallRttCallClient) ReadImmediately(ctx context.Context) (string, error)
- func (c *CallRttCallClient) SetRttMode(ctx context.Context, arg0 int32) error
- func (c *CallRttCallClient) Write(ctx context.Context, arg0 string) error
- type CallScreeningServiceCallResponseClient
- func (c *CallScreeningServiceCallResponseClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *CallScreeningServiceCallResponseClient) GetCallComposerAttachmentsToShow(ctx context.Context) (int32, error)
- func (c *CallScreeningServiceCallResponseClient) GetDisallowCall(ctx context.Context) (bool, error)
- func (c *CallScreeningServiceCallResponseClient) GetRejectCall(ctx context.Context) (bool, error)
- func (c *CallScreeningServiceCallResponseClient) GetSilenceCall(ctx context.Context) (bool, error)
- func (c *CallScreeningServiceCallResponseClient) GetSkipCallLog(ctx context.Context) (bool, error)
- func (c *CallScreeningServiceCallResponseClient) GetSkipNotification(ctx context.Context) (bool, error)
- func (c *CallScreeningServiceCallResponseClient) HashCode(ctx context.Context) (int32, error)
- type CallScreeningServiceClient
- func (c *CallScreeningServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *CallScreeningServiceClient) OnScreenCall(ctx context.Context, arg0 int64) error
- func (c *CallScreeningServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error)
- func (c *CallScreeningServiceClient) RespondToCall(ctx context.Context, arg0 int64, arg1 int64) error
- type ConferenceClient
- func (c *ConferenceClient) AddConnection(ctx context.Context, arg0 int64) (bool, error)
- func (c *ConferenceClient) CreateFailedConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConferenceClient) Destroy(ctx context.Context) error
- func (c *ConferenceClient) GetCallAudioState(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetConferenceableConnections(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
- func (c *ConferenceClient) GetConnectionProperties(ctx context.Context) (int32, error)
- func (c *ConferenceClient) GetConnectionStartElapsedRealtimeMillis(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetConnectionTime(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetConnections(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetCurrentCallEndpoint(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetDisconnectCause(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetExtras(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetPhoneAccountHandle(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetState(ctx context.Context) (int32, error)
- func (c *ConferenceClient) GetStatusHints(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetVideoProvider(ctx context.Context) (int64, error)
- func (c *ConferenceClient) GetVideoState(ctx context.Context) (int32, error)
- func (c *ConferenceClient) IsRingbackRequested(ctx context.Context) (bool, error)
- func (c *ConferenceClient) OnAnswer(ctx context.Context, arg0 int32) error
- func (c *ConferenceClient) OnCallAudioStateChanged(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) OnConnectionAdded(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) OnDisconnect(ctx context.Context) error
- func (c *ConferenceClient) OnExtrasChanged(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) OnHold(ctx context.Context) error
- func (c *ConferenceClient) OnMerge0(ctx context.Context) error
- func (c *ConferenceClient) OnMerge1_1(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
- func (c *ConferenceClient) OnPlayDtmfTone(ctx context.Context, arg0 uint16) error
- func (c *ConferenceClient) OnReject(ctx context.Context) error
- func (c *ConferenceClient) OnSeparate(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) OnStopDtmfTone(ctx context.Context) error
- func (c *ConferenceClient) OnSwap(ctx context.Context) error
- func (c *ConferenceClient) OnUnhold(ctx context.Context) error
- func (c *ConferenceClient) PutExtras(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) RemoveConnection(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) RemoveExtras(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SendConferenceEvent(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ConferenceClient) SetActive(ctx context.Context) error
- func (c *ConferenceClient) SetConnectionCapabilities(ctx context.Context, arg0 int32) error
- func (c *ConferenceClient) SetConnectionProperties(ctx context.Context, arg0 int32) error
- func (c *ConferenceClient) SetConnectionStartElapsedRealTime(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SetConnectionStartElapsedRealtimeMillis(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SetConnectionTime(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SetDialing(ctx context.Context) error
- func (c *ConferenceClient) SetDisconnected(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SetExtras(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SetOnHold(ctx context.Context) error
- func (c *ConferenceClient) SetRingbackRequested(ctx context.Context, arg0 bool) error
- func (c *ConferenceClient) SetRinging(ctx context.Context) error
- func (c *ConferenceClient) SetStatusHints(ctx context.Context, arg0 int64) error
- func (c *ConferenceClient) SetVideoProvider(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConferenceClient) SetVideoState(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *ConferenceClient) ToString(ctx context.Context) (string, error)
- type ConnectionClient
- func (c *ConnectionClient) CapabilitiesToString(ctx context.Context, arg0 int32) (string, error)
- func (c *ConnectionClient) CreateCanceledConnection(ctx context.Context) (int64, error)
- func (c *ConnectionClient) CreateFailedConnection(ctx context.Context, arg0 int64) (int64, error)
- func (c *ConnectionClient) Destroy(ctx context.Context) error
- func (c *ConnectionClient) GetAddress(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetAddressPresentation(ctx context.Context) (int32, error)
- func (c *ConnectionClient) GetAudioModeIsVoip(ctx context.Context) (bool, error)
- func (c *ConnectionClient) GetCallAudioState(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetCallerDisplayName(ctx context.Context) (string, error)
- func (c *ConnectionClient) GetCallerDisplayNamePresentation(ctx context.Context) (int32, error)
- func (c *ConnectionClient) GetCallerNumberVerificationStatus(ctx context.Context) (int32, error)
- func (c *ConnectionClient) GetConference(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetConferenceables(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
- func (c *ConnectionClient) GetConnectionProperties(ctx context.Context) (int32, error)
- func (c *ConnectionClient) GetCurrentCallEndpoint(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetDisconnectCause(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetExtras(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetState(ctx context.Context) (int32, error)
- func (c *ConnectionClient) GetStatusHints(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetVideoProvider(ctx context.Context) (int64, error)
- func (c *ConnectionClient) GetVideoState(ctx context.Context) (int32, error)
- func (c *ConnectionClient) HandleRttUpgradeResponse(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) IsRingbackRequested(ctx context.Context) (bool, error)
- func (c *ConnectionClient) NotifyConferenceMergeFailed(ctx context.Context) error
- func (c *ConnectionClient) OnAbort(ctx context.Context) error
- func (c *ConnectionClient) OnAnswer0(ctx context.Context) error
- func (c *ConnectionClient) OnAnswer1_1(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) OnCallAudioStateChanged(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) OnCallEvent(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ConnectionClient) OnDeflect(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) OnDisconnect(ctx context.Context) error
- func (c *ConnectionClient) OnExtrasChanged(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) OnHandoverComplete(ctx context.Context) error
- func (c *ConnectionClient) OnHold(ctx context.Context) error
- func (c *ConnectionClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
- func (c *ConnectionClient) OnPlayDtmfTone(ctx context.Context, arg0 uint16) error
- func (c *ConnectionClient) OnPostDialContinue(ctx context.Context, arg0 bool) error
- func (c *ConnectionClient) OnPullExternalCall(ctx context.Context) error
- func (c *ConnectionClient) OnReject0(ctx context.Context) error
- func (c *ConnectionClient) OnReject1_1(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) OnReject1_2(ctx context.Context, arg0 string) error
- func (c *ConnectionClient) OnSeparate(ctx context.Context) error
- func (c *ConnectionClient) OnShowIncomingCallUi(ctx context.Context) error
- func (c *ConnectionClient) OnSilence(ctx context.Context) error
- func (c *ConnectionClient) OnStartRtt(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) OnStateChanged(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) OnStopDtmfTone(ctx context.Context) error
- func (c *ConnectionClient) OnStopRtt(ctx context.Context) error
- func (c *ConnectionClient) OnTrackedByNonUiService(ctx context.Context, arg0 bool) error
- func (c *ConnectionClient) OnUnhold(ctx context.Context) error
- func (c *ConnectionClient) OnUsingAlternativeUi(ctx context.Context, arg0 bool) error
- func (c *ConnectionClient) PropertiesToString(ctx context.Context, arg0 int32) (string, error)
- func (c *ConnectionClient) PutExtras(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) RemoveExtras(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) RequestBluetoothAudio(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) SendConnectionEvent(ctx context.Context, arg0 string, arg1 int64) error
- func (c *ConnectionClient) SendRemoteRttRequest(ctx context.Context) error
- func (c *ConnectionClient) SendRttInitiationFailure(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) SendRttInitiationSuccess(ctx context.Context) error
- func (c *ConnectionClient) SendRttSessionRemotelyTerminated(ctx context.Context) error
- func (c *ConnectionClient) SetActive(ctx context.Context) error
- func (c *ConnectionClient) SetAddress(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *ConnectionClient) SetAudioModeIsVoip(ctx context.Context, arg0 bool) error
- func (c *ConnectionClient) SetAudioRoute(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) SetCallerDisplayName(ctx context.Context, arg0 string, arg1 int32) error
- func (c *ConnectionClient) SetCallerNumberVerificationStatus(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) SetConnectionCapabilities(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) SetConnectionProperties(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) SetDialing(ctx context.Context) error
- func (c *ConnectionClient) SetDisconnected(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) SetExtras(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) SetInitialized(ctx context.Context) error
- func (c *ConnectionClient) SetInitializing(ctx context.Context) error
- func (c *ConnectionClient) SetNextPostDialChar(ctx context.Context, arg0 uint16) error
- func (c *ConnectionClient) SetOnHold(ctx context.Context) error
- func (c *ConnectionClient) SetPostDialWait(ctx context.Context, arg0 string) error
- func (c *ConnectionClient) SetPulling(ctx context.Context) error
- func (c *ConnectionClient) SetRingbackRequested(ctx context.Context, arg0 bool) error
- func (c *ConnectionClient) SetRinging(ctx context.Context) error
- func (c *ConnectionClient) SetStatusHints(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) SetVideoProvider(ctx context.Context, arg0 int64) error
- func (c *ConnectionClient) SetVideoState(ctx context.Context, arg0 int32) error
- func (c *ConnectionClient) StateToString(ctx context.Context, arg0 int32) (string, error)
- type ConnectionRequestClient
- func (c *ConnectionRequestClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *ConnectionRequestClient) GetAccountHandle(ctx context.Context, handle int64) (int64, error)
- func (c *ConnectionRequestClient) GetAddress(ctx context.Context, handle int64) (int64, error)
- func (c *ConnectionRequestClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *ConnectionRequestClient) GetParticipants(ctx context.Context, handle int64) (int64, error)
- func (c *ConnectionRequestClient) GetRttTextStream(ctx context.Context, handle int64) (int64, error)
- func (c *ConnectionRequestClient) GetVideoState(ctx context.Context, handle int64) (int32, error)
- func (c *ConnectionRequestClient) IsAdhocConferenceCall(ctx context.Context, handle int64) (bool, error)
- func (c *ConnectionRequestClient) IsRequestingRtt(ctx context.Context, handle int64) (bool, error)
- func (c *ConnectionRequestClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *ConnectionRequestClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type ConnectionRttTextStreamClient
- type ConnectionServiceClient
- func (c *ConnectionServiceClient) AddConference(ctx context.Context, arg0 int64) error
- func (c *ConnectionServiceClient) AddExistingConnection(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) ConferenceRemoteConnections(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) ConnectionServiceFocusReleased(ctx context.Context) error
- func (c *ConnectionServiceClient) CreateRemoteIncomingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) CreateRemoteIncomingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) CreateRemoteOutgoingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) CreateRemoteOutgoingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) GetAllConferences(ctx context.Context) (int64, error)
- func (c *ConnectionServiceClient) GetAllConnections(ctx context.Context) (int64, error)
- func (c *ConnectionServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *ConnectionServiceClient) OnConference(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) OnConnectionServiceFocusGained(ctx context.Context) error
- func (c *ConnectionServiceClient) OnConnectionServiceFocusLost(ctx context.Context) error
- func (c *ConnectionServiceClient) OnCreateIncomingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) OnCreateIncomingConferenceFailed(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) OnCreateIncomingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) OnCreateIncomingConnectionFailed(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) OnCreateIncomingHandoverConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) OnCreateOutgoingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) OnCreateOutgoingConferenceFailed(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) OnCreateOutgoingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) OnCreateOutgoingConnectionFailed(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionServiceClient) OnCreateOutgoingHandoverConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
- func (c *ConnectionServiceClient) OnHandoverFailed(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *ConnectionServiceClient) OnRemoteConferenceAdded(ctx context.Context, arg0 int64) error
- func (c *ConnectionServiceClient) OnRemoteExistingConnectionAdded(ctx context.Context, arg0 int64) error
- func (c *ConnectionServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error)
- type ConnectionVideoProviderClient
- func (c *ConnectionVideoProviderClient) ChangeCameraCapabilities(ctx context.Context, arg0 int64) error
- func (c *ConnectionVideoProviderClient) ChangePeerDimensions(ctx context.Context, arg0 int32, arg1 int32) error
- func (c *ConnectionVideoProviderClient) ChangeVideoQuality(ctx context.Context, arg0 int32) error
- func (c *ConnectionVideoProviderClient) HandleCallSessionEvent(ctx context.Context, arg0 int32) error
- func (c *ConnectionVideoProviderClient) OnRequestCameraCapabilities(ctx context.Context) error
- func (c *ConnectionVideoProviderClient) OnRequestConnectionDataUsage(ctx context.Context) error
- func (c *ConnectionVideoProviderClient) OnSendSessionModifyRequest(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ConnectionVideoProviderClient) OnSendSessionModifyResponse(ctx context.Context, arg0 int64) error
- func (c *ConnectionVideoProviderClient) OnSetCamera(ctx context.Context, arg0 string) error
- func (c *ConnectionVideoProviderClient) OnSetDeviceOrientation(ctx context.Context, arg0 int32) error
- func (c *ConnectionVideoProviderClient) OnSetDisplaySurface(ctx context.Context, arg0 int64) error
- func (c *ConnectionVideoProviderClient) OnSetPauseImage(ctx context.Context, arg0 int64) error
- func (c *ConnectionVideoProviderClient) OnSetPreviewSurface(ctx context.Context, arg0 int64) error
- func (c *ConnectionVideoProviderClient) OnSetZoom(ctx context.Context, arg0 float32) error
- func (c *ConnectionVideoProviderClient) ReceiveSessionModifyRequest(ctx context.Context, arg0 int64) error
- func (c *ConnectionVideoProviderClient) ReceiveSessionModifyResponse(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error
- func (c *ConnectionVideoProviderClient) SetCallDataUsage(ctx context.Context, arg0 int64) error
- type DisconnectCauseClient
- func (c *DisconnectCauseClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *DisconnectCauseClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *DisconnectCauseClient) GetCode(ctx context.Context, handle int64) (int32, error)
- func (c *DisconnectCauseClient) GetDescription(ctx context.Context, handle int64) (int64, error)
- func (c *DisconnectCauseClient) GetLabel(ctx context.Context, handle int64) (int64, error)
- func (c *DisconnectCauseClient) GetReason(ctx context.Context, handle int64) (string, error)
- func (c *DisconnectCauseClient) GetTone(ctx context.Context, handle int64) (int32, error)
- func (c *DisconnectCauseClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *DisconnectCauseClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *DisconnectCauseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type GatewayInfoClient
- func (c *GatewayInfoClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *GatewayInfoClient) GetGatewayAddress(ctx context.Context, handle int64) (int64, error)
- func (c *GatewayInfoClient) GetGatewayProviderPackageName(ctx context.Context, handle int64) (string, error)
- func (c *GatewayInfoClient) GetOriginalAddress(ctx context.Context, handle int64) (int64, error)
- func (c *GatewayInfoClient) IsEmpty(ctx context.Context, handle int64) (bool, error)
- func (c *GatewayInfoClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type InCallServiceClient
- func (c *InCallServiceClient) CanAddCall(ctx context.Context) (bool, error)
- func (c *InCallServiceClient) GetCallAudioState(ctx context.Context) (int64, error)
- func (c *InCallServiceClient) GetCalls(ctx context.Context) (int64, error)
- func (c *InCallServiceClient) GetCurrentCallEndpoint(ctx context.Context) (int64, error)
- func (c *InCallServiceClient) OnBind(ctx context.Context, arg0 int64) (int64, error)
- func (c *InCallServiceClient) OnBringToForeground(ctx context.Context, arg0 bool) error
- func (c *InCallServiceClient) OnCallAdded(ctx context.Context, arg0 int64) error
- func (c *InCallServiceClient) OnCallAudioStateChanged(ctx context.Context, arg0 int64) error
- func (c *InCallServiceClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
- func (c *InCallServiceClient) OnCallRemoved(ctx context.Context, arg0 int64) error
- func (c *InCallServiceClient) OnCanAddCallChanged(ctx context.Context, arg0 bool) error
- func (c *InCallServiceClient) OnConnectionEvent(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
- func (c *InCallServiceClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
- func (c *InCallServiceClient) OnSilenceRinger(ctx context.Context) error
- func (c *InCallServiceClient) OnUnbind(ctx context.Context, arg0 int64) (bool, error)
- func (c *InCallServiceClient) RequestBluetoothAudio(ctx context.Context, arg0 int64) error
- func (c *InCallServiceClient) SetAudioRoute(ctx context.Context, arg0 int32) error
- func (c *InCallServiceClient) SetMuted(ctx context.Context, arg0 bool) error
- type InCallServiceVideoCallClient
- func (c *InCallServiceVideoCallClient) RegisterCallback(ctx context.Context, arg0 int64) error
- func (c *InCallServiceVideoCallClient) RequestCallDataUsage(ctx context.Context) error
- func (c *InCallServiceVideoCallClient) RequestCameraCapabilities(ctx context.Context) error
- func (c *InCallServiceVideoCallClient) SendSessionModifyRequest(ctx context.Context, arg0 int64) error
- func (c *InCallServiceVideoCallClient) SendSessionModifyResponse(ctx context.Context, arg0 int64) error
- func (c *InCallServiceVideoCallClient) SetCamera(ctx context.Context, arg0 string) error
- func (c *InCallServiceVideoCallClient) SetDeviceOrientation(ctx context.Context, arg0 int32) error
- func (c *InCallServiceVideoCallClient) SetDisplaySurface(ctx context.Context, arg0 int64) error
- func (c *InCallServiceVideoCallClient) SetPauseImage(ctx context.Context, arg0 int64) error
- func (c *InCallServiceVideoCallClient) SetPreviewSurface(ctx context.Context, arg0 int64) error
- func (c *InCallServiceVideoCallClient) SetZoom(ctx context.Context, arg0 float32) error
- func (c *InCallServiceVideoCallClient) UnregisterCallback(ctx context.Context, arg0 int64) error
- type ManagerClient
- func (c *ManagerClient) AcceptHandover(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
- func (c *ManagerClient) AcceptRingingCall0(ctx context.Context) error
- func (c *ManagerClient) AcceptRingingCall1_1(ctx context.Context, arg0 int32) error
- func (c *ManagerClient) AddNewIncomingCall(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) AddNewIncomingConference(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) CancelMissedCallsNotification(ctx context.Context) error
- func (c *ManagerClient) CreateManageBlockedNumbersIntent(ctx context.Context) (int64, error)
- func (c *ManagerClient) EndCall(ctx context.Context) (bool, error)
- func (c *ManagerClient) GetAdnUriForPhoneAccount(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetCallCapablePhoneAccounts(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetDefaultDialerPackage(ctx context.Context) (string, error)
- func (c *ManagerClient) GetDefaultOutgoingPhoneAccount(ctx context.Context, arg0 string) (int64, error)
- func (c *ManagerClient) GetLine1Number(ctx context.Context, arg0 int64) (string, error)
- func (c *ManagerClient) GetOwnSelfManagedPhoneAccounts(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetPhoneAccount(ctx context.Context, arg0 int64) (int64, error)
- func (c *ManagerClient) GetRegisteredPhoneAccounts(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetSelfManagedPhoneAccounts(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetSimCallManager(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetSimCallManagerForSubscription(ctx context.Context, arg0 int32) (int64, error)
- func (c *ManagerClient) GetSystemDialerPackage(ctx context.Context) (string, error)
- func (c *ManagerClient) GetUserSelectedOutgoingPhoneAccount(ctx context.Context) (int64, error)
- func (c *ManagerClient) GetVoiceMailNumber(ctx context.Context, arg0 int64) (string, error)
- func (c *ManagerClient) HandleMmi1(ctx context.Context, arg0 string) (bool, error)
- func (c *ManagerClient) HandleMmi2_1(ctx context.Context, arg0 string, arg1 int64) (bool, error)
- func (c *ManagerClient) HasManageOngoingCallsPermission(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsInCall(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsInManagedCall(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsIncomingCallPermitted(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) IsOutgoingCallPermitted(ctx context.Context, arg0 int64) (bool, error)
- func (c *ManagerClient) IsTtySupported(ctx context.Context) (bool, error)
- func (c *ManagerClient) IsVoiceMailNumber(ctx context.Context, arg0 int64, arg1 string) (bool, error)
- func (c *ManagerClient) PlaceCall(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *ManagerClient) RegisterPhoneAccount(ctx context.Context, arg0 int64) error
- func (c *ManagerClient) ShowInCallScreen(ctx context.Context, arg0 bool) error
- func (c *ManagerClient) SilenceRinger(ctx context.Context) error
- func (c *ManagerClient) UnregisterPhoneAccount(ctx context.Context, arg0 int64) error
- type PhoneAccountBuilderClient
- func (c *PhoneAccountBuilderClient) AddSupportedUriScheme(ctx context.Context, arg0 string) (int64, error)
- func (c *PhoneAccountBuilderClient) Build(ctx context.Context) (int64, error)
- func (c *PhoneAccountBuilderClient) ClearSimultaneousCallingRestriction(ctx context.Context) (int64, error)
- func (c *PhoneAccountBuilderClient) SetAddress(ctx context.Context, arg0 int64) (int64, error)
- func (c *PhoneAccountBuilderClient) SetCapabilities(ctx context.Context, arg0 int32) (int64, error)
- func (c *PhoneAccountBuilderClient) SetExtras(ctx context.Context, arg0 int64) (int64, error)
- func (c *PhoneAccountBuilderClient) SetHighlightColor(ctx context.Context, arg0 int32) (int64, error)
- func (c *PhoneAccountBuilderClient) SetIcon(ctx context.Context, arg0 int64) (int64, error)
- func (c *PhoneAccountBuilderClient) SetShortDescription(ctx context.Context, arg0 string) (int64, error)
- func (c *PhoneAccountBuilderClient) SetSubscriptionAddress(ctx context.Context, arg0 int64) (int64, error)
- type PhoneAccountClient
- func (c *PhoneAccountClient) Builder(ctx context.Context, arg0 int64, arg1 string) (int64, error)
- func (c *PhoneAccountClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *PhoneAccountClient) Equals(ctx context.Context, arg0 int64) (bool, error)
- func (c *PhoneAccountClient) GetAccountHandle(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetAddress(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetCapabilities(ctx context.Context) (int32, error)
- func (c *PhoneAccountClient) GetExtras(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetHighlightColor(ctx context.Context) (int32, error)
- func (c *PhoneAccountClient) GetIcon(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetLabel(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetShortDescription(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetSimultaneousCallingRestriction(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetSubscriptionAddress(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) GetSupportedUriSchemes(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) HasCapabilities(ctx context.Context, arg0 int32) (bool, error)
- func (c *PhoneAccountClient) HasSimultaneousCallingRestriction(ctx context.Context) (bool, error)
- func (c *PhoneAccountClient) HashCode(ctx context.Context) (int32, error)
- func (c *PhoneAccountClient) IsEnabled(ctx context.Context) (bool, error)
- func (c *PhoneAccountClient) SupportsUriScheme(ctx context.Context, arg0 string) (bool, error)
- func (c *PhoneAccountClient) ToBuilder(ctx context.Context) (int64, error)
- func (c *PhoneAccountClient) ToString(ctx context.Context) (string, error)
- func (c *PhoneAccountClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type PhoneAccountHandleClient
- func (c *PhoneAccountHandleClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PhoneAccountHandleClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *PhoneAccountHandleClient) GetComponentName(ctx context.Context, handle int64) (int64, error)
- func (c *PhoneAccountHandleClient) GetId(ctx context.Context, handle int64) (string, error)
- func (c *PhoneAccountHandleClient) GetUserHandle(ctx context.Context, handle int64) (int64, error)
- func (c *PhoneAccountHandleClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *PhoneAccountHandleClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *PhoneAccountHandleClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type PhoneAccountSuggestionClient
- func (c *PhoneAccountSuggestionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *PhoneAccountSuggestionClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *PhoneAccountSuggestionClient) GetPhoneAccountHandle(ctx context.Context, handle int64) (int64, error)
- func (c *PhoneAccountSuggestionClient) GetReason(ctx context.Context, handle int64) (int32, error)
- func (c *PhoneAccountSuggestionClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *PhoneAccountSuggestionClient) ShouldAutoSelect(ctx context.Context, handle int64) (bool, error)
- func (c *PhoneAccountSuggestionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type QueryLocationExceptionClient
- func (c *QueryLocationExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *QueryLocationExceptionClient) GetCode(ctx context.Context, handle int64) (int32, error)
- func (c *QueryLocationExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type RemoteConferenceCallbackClient
- func (c *RemoteConferenceCallbackClient) OnConnectionAdded(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConferenceCallbackClient) OnConnectionCapabilitiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RemoteConferenceCallbackClient) OnConnectionPropertiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RemoteConferenceCallbackClient) OnConnectionRemoved(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConferenceCallbackClient) OnDestroyed(ctx context.Context, arg0 int64) error
- func (c *RemoteConferenceCallbackClient) OnDisconnected(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConferenceCallbackClient) OnExtrasChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConferenceCallbackClient) OnStateChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
- type RemoteConferenceClient
- func (c *RemoteConferenceClient) Disconnect(ctx context.Context) error
- func (c *RemoteConferenceClient) GetConferenceableConnections(ctx context.Context) (int64, error)
- func (c *RemoteConferenceClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
- func (c *RemoteConferenceClient) GetConnectionProperties(ctx context.Context) (int32, error)
- func (c *RemoteConferenceClient) GetConnections(ctx context.Context) (int64, error)
- func (c *RemoteConferenceClient) GetDisconnectCause(ctx context.Context) (int64, error)
- func (c *RemoteConferenceClient) GetExtras(ctx context.Context) (int64, error)
- func (c *RemoteConferenceClient) GetState(ctx context.Context) (int32, error)
- func (c *RemoteConferenceClient) Hold(ctx context.Context) error
- func (c *RemoteConferenceClient) Merge(ctx context.Context) error
- func (c *RemoteConferenceClient) PlayDtmfTone(ctx context.Context, arg0 uint16) error
- func (c *RemoteConferenceClient) RegisterCallback(ctx context.Context, arg0 int64) error
- func (c *RemoteConferenceClient) Separate(ctx context.Context, arg0 int64) error
- func (c *RemoteConferenceClient) SetCallAudioState(ctx context.Context, arg0 int64) error
- func (c *RemoteConferenceClient) StopDtmfTone(ctx context.Context) error
- func (c *RemoteConferenceClient) Swap(ctx context.Context) error
- func (c *RemoteConferenceClient) Unhold(ctx context.Context) error
- func (c *RemoteConferenceClient) UnregisterCallback(ctx context.Context, arg0 int64) error
- type RemoteConnectionCallbackClient
- func (c *RemoteConnectionCallbackClient) OnAddressChanged(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error
- func (c *RemoteConnectionCallbackClient) OnCallerDisplayNameChanged(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
- func (c *RemoteConnectionCallbackClient) OnConferenceChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConnectionCallbackClient) OnConnectionCapabilitiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RemoteConnectionCallbackClient) OnConnectionEvent(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
- func (c *RemoteConnectionCallbackClient) OnConnectionPropertiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RemoteConnectionCallbackClient) OnDestroyed(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionCallbackClient) OnDisconnected(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConnectionCallbackClient) OnExtrasChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConnectionCallbackClient) OnPostDialChar(ctx context.Context, arg0 int64, arg1 uint16) error
- func (c *RemoteConnectionCallbackClient) OnPostDialWait(ctx context.Context, arg0 int64, arg1 string) error
- func (c *RemoteConnectionCallbackClient) OnRingbackRequested(ctx context.Context, arg0 int64, arg1 bool) error
- func (c *RemoteConnectionCallbackClient) OnStateChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RemoteConnectionCallbackClient) OnStatusHintsChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConnectionCallbackClient) OnVideoProviderChanged(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConnectionCallbackClient) OnVideoStateChanged(ctx context.Context, arg0 int64, arg1 int32) error
- func (c *RemoteConnectionCallbackClient) OnVoipAudioChanged(ctx context.Context, arg0 int64, arg1 bool) error
- type RemoteConnectionClient
- func (c *RemoteConnectionClient) Abort(ctx context.Context) error
- func (c *RemoteConnectionClient) Answer(ctx context.Context) error
- func (c *RemoteConnectionClient) Disconnect(ctx context.Context) error
- func (c *RemoteConnectionClient) GetAddress(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetAddressPresentation(ctx context.Context) (int32, error)
- func (c *RemoteConnectionClient) GetCallerDisplayName(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetCallerDisplayNamePresentation(ctx context.Context) (int32, error)
- func (c *RemoteConnectionClient) GetConference(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetConferenceableConnections(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
- func (c *RemoteConnectionClient) GetConnectionProperties(ctx context.Context) (int32, error)
- func (c *RemoteConnectionClient) GetDisconnectCause(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetExtras(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetState(ctx context.Context) (int32, error)
- func (c *RemoteConnectionClient) GetStatusHints(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetVideoProvider(ctx context.Context) (int64, error)
- func (c *RemoteConnectionClient) GetVideoState(ctx context.Context) (int32, error)
- func (c *RemoteConnectionClient) Hold(ctx context.Context) error
- func (c *RemoteConnectionClient) IsRingbackRequested(ctx context.Context) (bool, error)
- func (c *RemoteConnectionClient) IsVoipAudioMode(ctx context.Context) (bool, error)
- func (c *RemoteConnectionClient) PlayDtmfTone(ctx context.Context, arg0 uint16) error
- func (c *RemoteConnectionClient) PostDialContinue(ctx context.Context, arg0 bool) error
- func (c *RemoteConnectionClient) PullExternalCall(ctx context.Context) error
- func (c *RemoteConnectionClient) RegisterCallback(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionClient) Reject(ctx context.Context) error
- func (c *RemoteConnectionClient) SetCallAudioState(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionClient) StopDtmfTone(ctx context.Context) error
- func (c *RemoteConnectionClient) Unhold(ctx context.Context) error
- func (c *RemoteConnectionClient) UnregisterCallback(ctx context.Context, arg0 int64) error
- type RemoteConnectionVideoProviderClient
- func (c *RemoteConnectionVideoProviderClient) RegisterCallback(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionVideoProviderClient) RequestCallDataUsage(ctx context.Context) error
- func (c *RemoteConnectionVideoProviderClient) RequestCameraCapabilities(ctx context.Context) error
- func (c *RemoteConnectionVideoProviderClient) SendSessionModifyRequest(ctx context.Context, arg0 int64, arg1 int64) error
- func (c *RemoteConnectionVideoProviderClient) SendSessionModifyResponse(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionVideoProviderClient) SetCamera(ctx context.Context, arg0 string) error
- func (c *RemoteConnectionVideoProviderClient) SetDeviceOrientation(ctx context.Context, arg0 int32) error
- func (c *RemoteConnectionVideoProviderClient) SetDisplaySurface(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionVideoProviderClient) SetPauseImage(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionVideoProviderClient) SetPreviewSurface(ctx context.Context, arg0 int64) error
- func (c *RemoteConnectionVideoProviderClient) SetZoom(ctx context.Context, arg0 float32) error
- func (c *RemoteConnectionVideoProviderClient) UnregisterCallback(ctx context.Context, arg0 int64) error
- type StatusHintsClient
- func (c *StatusHintsClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *StatusHintsClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
- func (c *StatusHintsClient) GetExtras(ctx context.Context, handle int64) (int64, error)
- func (c *StatusHintsClient) GetIcon(ctx context.Context, handle int64) (int64, error)
- func (c *StatusHintsClient) GetLabel(ctx context.Context, handle int64) (int64, error)
- func (c *StatusHintsClient) HashCode(ctx context.Context, handle int64) (int32, error)
- func (c *StatusHintsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
- type VideoProfileCameraCapabilitiesClient
- func (c *VideoProfileCameraCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
- func (c *VideoProfileCameraCapabilitiesClient) GetHeight(ctx context.Context) (int32, error)
- func (c *VideoProfileCameraCapabilitiesClient) GetMaxZoom(ctx context.Context) (float32, error)
- func (c *VideoProfileCameraCapabilitiesClient) GetWidth(ctx context.Context) (int32, error)
- func (c *VideoProfileCameraCapabilitiesClient) IsZoomSupported(ctx context.Context) (bool, error)
- func (c *VideoProfileCameraCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
- type VideoProfileClient
- func (c *VideoProfileClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
- func (c *VideoProfileClient) GetQuality(ctx context.Context, handle int64) (int32, error)
- func (c *VideoProfileClient) GetVideoState(ctx context.Context, handle int64) (int32, error)
- func (c *VideoProfileClient) IsAudioOnly(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VideoProfileClient) IsBidirectional(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VideoProfileClient) IsPaused(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VideoProfileClient) IsReceptionEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VideoProfileClient) IsTransmissionEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VideoProfileClient) IsVideo(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VideoProfileClient) ToString(ctx context.Context, handle int64) (string, error)
- func (c *VideoProfileClient) VideoStateToString(ctx context.Context, handle int64, arg0 int32) (string, error)
- func (c *VideoProfileClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CallAttributesBuilderClient ¶ added in v0.0.6
type CallAttributesBuilderClient struct {
// contains filtered or unexported fields
}
CallAttributesBuilderClient wraps the gRPC CallAttributesBuilderService client.
func NewCallAttributesBuilderClient ¶ added in v0.0.6
func NewCallAttributesBuilderClient(cc grpc.ClientConnInterface) *CallAttributesBuilderClient
NewCallAttributesBuilderClient creates a new CallAttributesBuilder client.
func (*CallAttributesBuilderClient) Build ¶ added in v0.0.6
func (c *CallAttributesBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*CallAttributesBuilderClient) SetCallCapabilities ¶ added in v0.0.6
func (c *CallAttributesBuilderClient) SetCallCapabilities(ctx context.Context, arg0 int32) (int64, error)
SetCallCapabilities calls the SetCallCapabilities RPC.
func (*CallAttributesBuilderClient) SetCallType ¶ added in v0.0.6
SetCallType calls the SetCallType RPC.
type CallAttributesClient ¶ added in v0.0.6
type CallAttributesClient struct {
// contains filtered or unexported fields
}
CallAttributesClient wraps the gRPC CallAttributesService client.
func NewCallAttributesClient ¶ added in v0.0.6
func NewCallAttributesClient(cc grpc.ClientConnInterface) *CallAttributesClient
NewCallAttributesClient creates a new CallAttributes client.
func (*CallAttributesClient) DescribeContents ¶ added in v0.0.6
func (c *CallAttributesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*CallAttributesClient) GetAddress ¶ added in v0.0.6
func (c *CallAttributesClient) GetAddress(ctx context.Context) (int64, error)
GetAddress calls the GetAddress RPC.
func (*CallAttributesClient) GetCallCapabilities ¶ added in v0.0.6
func (c *CallAttributesClient) GetCallCapabilities(ctx context.Context) (int32, error)
GetCallCapabilities calls the GetCallCapabilities RPC.
func (*CallAttributesClient) GetCallType ¶ added in v0.0.6
func (c *CallAttributesClient) GetCallType(ctx context.Context) (int32, error)
GetCallType calls the GetCallType RPC.
func (*CallAttributesClient) GetDirection ¶ added in v0.0.6
func (c *CallAttributesClient) GetDirection(ctx context.Context) (int32, error)
GetDirection calls the GetDirection RPC.
func (*CallAttributesClient) GetDisplayName ¶ added in v0.0.6
func (c *CallAttributesClient) GetDisplayName(ctx context.Context) (int64, error)
GetDisplayName calls the GetDisplayName RPC.
func (*CallAttributesClient) GetPhoneAccountHandle ¶ added in v0.0.6
func (c *CallAttributesClient) GetPhoneAccountHandle(ctx context.Context) (int64, error)
GetPhoneAccountHandle calls the GetPhoneAccountHandle RPC.
func (*CallAttributesClient) HashCode ¶ added in v0.0.6
func (c *CallAttributesClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*CallAttributesClient) ToString ¶ added in v0.0.6
func (c *CallAttributesClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*CallAttributesClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type CallAudioStateClient ¶ added in v0.0.6
type CallAudioStateClient struct {
// contains filtered or unexported fields
}
CallAudioStateClient wraps the gRPC CallAudioStateService client.
func NewCallAudioStateClient ¶ added in v0.0.6
func NewCallAudioStateClient(cc grpc.ClientConnInterface) *CallAudioStateClient
NewCallAudioStateClient creates a new CallAudioState client.
func (*CallAudioStateClient) AudioRouteToString ¶ added in v0.0.6
func (c *CallAudioStateClient) AudioRouteToString(ctx context.Context, handle int64, arg0 int32) (string, error)
AudioRouteToString calls the AudioRouteToString RPC.
func (*CallAudioStateClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*CallAudioStateClient) GetActiveBluetoothDevice ¶ added in v0.0.6
func (c *CallAudioStateClient) GetActiveBluetoothDevice(ctx context.Context, handle int64) (int64, error)
GetActiveBluetoothDevice calls the GetActiveBluetoothDevice RPC.
func (*CallAudioStateClient) GetSupportedBluetoothDevices ¶ added in v0.0.6
func (c *CallAudioStateClient) GetSupportedBluetoothDevices(ctx context.Context, handle int64) (int64, error)
GetSupportedBluetoothDevices calls the GetSupportedBluetoothDevices RPC.
func (*CallAudioStateClient) GetSupportedRouteMask ¶ added in v0.0.6
func (c *CallAudioStateClient) GetSupportedRouteMask(ctx context.Context, handle int64) (int32, error)
GetSupportedRouteMask calls the GetSupportedRouteMask RPC.
func (*CallAudioStateClient) WriteToParcel ¶ added in v0.0.6
func (c *CallAudioStateClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type CallCallbackClient ¶ added in v0.0.6
type CallCallbackClient struct {
// contains filtered or unexported fields
}
CallCallbackClient wraps the gRPC CallCallbackService client.
func NewCallCallbackClient ¶ added in v0.0.6
func NewCallCallbackClient(cc grpc.ClientConnInterface) *CallCallbackClient
NewCallCallbackClient creates a new CallCallback client.
func (*CallCallbackClient) OnCallDestroyed ¶ added in v0.0.6
func (c *CallCallbackClient) OnCallDestroyed(ctx context.Context, arg0 int64) error
OnCallDestroyed calls the OnCallDestroyed RPC.
func (*CallCallbackClient) OnConnectionEvent ¶ added in v0.0.6
func (c *CallCallbackClient) OnConnectionEvent(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
OnConnectionEvent calls the OnConnectionEvent RPC.
func (*CallCallbackClient) OnDetailsChanged ¶ added in v0.0.6
OnDetailsChanged calls the OnDetailsChanged RPC.
func (*CallCallbackClient) OnHandoverComplete ¶ added in v0.0.6
func (c *CallCallbackClient) OnHandoverComplete(ctx context.Context, arg0 int64) error
OnHandoverComplete calls the OnHandoverComplete RPC.
func (*CallCallbackClient) OnHandoverFailed ¶ added in v0.0.6
OnHandoverFailed calls the OnHandoverFailed RPC.
func (*CallCallbackClient) OnParentChanged ¶ added in v0.0.6
OnParentChanged calls the OnParentChanged RPC.
func (*CallCallbackClient) OnPostDialWait ¶ added in v0.0.6
OnPostDialWait calls the OnPostDialWait RPC.
func (*CallCallbackClient) OnRttInitiationFailure ¶ added in v0.0.6
func (c *CallCallbackClient) OnRttInitiationFailure(ctx context.Context, arg0 int64, arg1 int32) error
OnRttInitiationFailure calls the OnRttInitiationFailure RPC.
func (*CallCallbackClient) OnRttModeChanged ¶ added in v0.0.6
OnRttModeChanged calls the OnRttModeChanged RPC.
func (*CallCallbackClient) OnRttRequest ¶ added in v0.0.6
OnRttRequest calls the OnRttRequest RPC.
func (*CallCallbackClient) OnRttStatusChanged ¶ added in v0.0.6
func (c *CallCallbackClient) OnRttStatusChanged(ctx context.Context, arg0 int64, arg1 bool, arg2 int64) error
OnRttStatusChanged calls the OnRttStatusChanged RPC.
func (*CallCallbackClient) OnStateChanged ¶ added in v0.0.6
OnStateChanged calls the OnStateChanged RPC.
func (*CallCallbackClient) OnVideoCallChanged ¶ added in v0.0.6
OnVideoCallChanged calls the OnVideoCallChanged RPC.
type CallClient ¶ added in v0.0.6
type CallClient struct {
// contains filtered or unexported fields
}
CallClient wraps the gRPC CallService client.
func NewCallClient ¶ added in v0.0.6
func NewCallClient(cc grpc.ClientConnInterface) *CallClient
NewCallClient creates a new Call client.
func (*CallClient) Answer ¶ added in v0.0.6
func (c *CallClient) Answer(ctx context.Context, arg0 int32) error
Answer calls the Answer RPC.
func (*CallClient) Conference ¶ added in v0.0.6
func (c *CallClient) Conference(ctx context.Context, arg0 int64) error
Conference calls the Conference RPC.
func (*CallClient) Deflect ¶ added in v0.0.6
func (c *CallClient) Deflect(ctx context.Context, arg0 int64) error
Deflect calls the Deflect RPC.
func (*CallClient) Disconnect ¶ added in v0.0.6
func (c *CallClient) Disconnect(ctx context.Context) error
Disconnect calls the Disconnect RPC.
func (*CallClient) GetCannedTextResponses ¶ added in v0.0.6
func (c *CallClient) GetCannedTextResponses(ctx context.Context) (int64, error)
GetCannedTextResponses calls the GetCannedTextResponses RPC.
func (*CallClient) GetChildren ¶ added in v0.0.6
func (c *CallClient) GetChildren(ctx context.Context) (int64, error)
GetChildren calls the GetChildren RPC.
func (*CallClient) GetConferenceableCalls ¶ added in v0.0.6
func (c *CallClient) GetConferenceableCalls(ctx context.Context) (int64, error)
GetConferenceableCalls calls the GetConferenceableCalls RPC.
func (*CallClient) GetDetails ¶ added in v0.0.6
func (c *CallClient) GetDetails(ctx context.Context) (int64, error)
GetDetails calls the GetDetails RPC.
func (*CallClient) GetGenericConferenceActiveChildCall ¶ added in v0.0.6
func (c *CallClient) GetGenericConferenceActiveChildCall(ctx context.Context) (int64, error)
GetGenericConferenceActiveChildCall calls the GetGenericConferenceActiveChildCall RPC.
func (*CallClient) GetParent ¶ added in v0.0.6
func (c *CallClient) GetParent(ctx context.Context) (int64, error)
GetParent calls the GetParent RPC.
func (*CallClient) GetRemainingPostDialSequence ¶ added in v0.0.6
func (c *CallClient) GetRemainingPostDialSequence(ctx context.Context) (string, error)
GetRemainingPostDialSequence calls the GetRemainingPostDialSequence RPC.
func (*CallClient) GetRttCall ¶ added in v0.0.6
func (c *CallClient) GetRttCall(ctx context.Context) (int64, error)
GetRttCall calls the GetRttCall RPC.
func (*CallClient) GetState ¶ added in v0.0.6
func (c *CallClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*CallClient) GetVideoCall ¶ added in v0.0.6
func (c *CallClient) GetVideoCall(ctx context.Context) (int64, error)
GetVideoCall calls the GetVideoCall RPC.
func (*CallClient) HandoverTo ¶ added in v0.0.6
HandoverTo calls the HandoverTo RPC.
func (*CallClient) Hold ¶ added in v0.0.6
func (c *CallClient) Hold(ctx context.Context) error
Hold calls the Hold RPC.
func (*CallClient) IsRttActive ¶ added in v0.0.6
func (c *CallClient) IsRttActive(ctx context.Context) (bool, error)
IsRttActive calls the IsRttActive RPC.
func (*CallClient) MergeConference ¶ added in v0.0.6
func (c *CallClient) MergeConference(ctx context.Context) error
MergeConference calls the MergeConference RPC.
func (*CallClient) PhoneAccountSelected ¶ added in v0.0.6
PhoneAccountSelected calls the PhoneAccountSelected RPC.
func (*CallClient) PlayDtmfTone ¶ added in v0.0.6
func (c *CallClient) PlayDtmfTone(ctx context.Context, arg0 uint16) error
PlayDtmfTone calls the PlayDtmfTone RPC.
func (*CallClient) PostDialContinue ¶ added in v0.0.6
func (c *CallClient) PostDialContinue(ctx context.Context, arg0 bool) error
PostDialContinue calls the PostDialContinue RPC.
func (*CallClient) PullExternalCall ¶ added in v0.0.6
func (c *CallClient) PullExternalCall(ctx context.Context) error
PullExternalCall calls the PullExternalCall RPC.
func (*CallClient) PutExtras ¶ added in v0.0.6
func (c *CallClient) PutExtras(ctx context.Context, arg0 int64) error
PutExtras calls the PutExtras RPC.
func (*CallClient) RegisterCallback ¶ added in v0.0.6
func (c *CallClient) RegisterCallback(ctx context.Context, arg0 int64) error
RegisterCallback calls the RegisterCallback RPC.
func (*CallClient) Reject1_1 ¶ added in v0.0.6
func (c *CallClient) Reject1_1(ctx context.Context, arg0 int32) error
Reject1_1 calls the Reject1_1 RPC.
func (*CallClient) RemoveExtras ¶ added in v0.0.6
func (c *CallClient) RemoveExtras(ctx context.Context, arg0 int64) error
RemoveExtras calls the RemoveExtras RPC.
func (*CallClient) RespondToRttRequest ¶ added in v0.0.6
RespondToRttRequest calls the RespondToRttRequest RPC.
func (*CallClient) SendCallEvent ¶ added in v0.0.6
SendCallEvent calls the SendCallEvent RPC.
func (*CallClient) SendRttRequest ¶ added in v0.0.6
func (c *CallClient) SendRttRequest(ctx context.Context) error
SendRttRequest calls the SendRttRequest RPC.
func (*CallClient) SplitFromConference ¶ added in v0.0.6
func (c *CallClient) SplitFromConference(ctx context.Context) error
SplitFromConference calls the SplitFromConference RPC.
func (*CallClient) StopDtmfTone ¶ added in v0.0.6
func (c *CallClient) StopDtmfTone(ctx context.Context) error
StopDtmfTone calls the StopDtmfTone RPC.
func (*CallClient) StopRtt ¶ added in v0.0.6
func (c *CallClient) StopRtt(ctx context.Context) error
StopRtt calls the StopRtt RPC.
func (*CallClient) SwapConference ¶ added in v0.0.6
func (c *CallClient) SwapConference(ctx context.Context) error
SwapConference calls the SwapConference RPC.
func (*CallClient) ToString ¶ added in v0.0.6
func (c *CallClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*CallClient) Unhold ¶ added in v0.0.6
func (c *CallClient) Unhold(ctx context.Context) error
Unhold calls the Unhold RPC.
func (*CallClient) UnregisterCallback ¶ added in v0.0.6
func (c *CallClient) UnregisterCallback(ctx context.Context, arg0 int64) error
UnregisterCallback calls the UnregisterCallback RPC.
type CallControlClient ¶ added in v0.0.6
type CallControlClient struct {
// contains filtered or unexported fields
}
CallControlClient wraps the gRPC CallControlService client.
func NewCallControlClient ¶ added in v0.0.6
func NewCallControlClient(cc grpc.ClientConnInterface) *CallControlClient
NewCallControlClient creates a new CallControl client.
type CallDetailsClient ¶ added in v0.0.6
type CallDetailsClient struct {
// contains filtered or unexported fields
}
CallDetailsClient wraps the gRPC CallDetailsService client.
func NewCallDetailsClient ¶ added in v0.0.6
func NewCallDetailsClient(cc grpc.ClientConnInterface) *CallDetailsClient
NewCallDetailsClient creates a new CallDetails client.
func (*CallDetailsClient) CapabilitiesToString ¶ added in v0.0.6
CapabilitiesToString calls the CapabilitiesToString RPC.
func (*CallDetailsClient) GetAccountHandle ¶ added in v0.0.6
func (c *CallDetailsClient) GetAccountHandle(ctx context.Context) (int64, error)
GetAccountHandle calls the GetAccountHandle RPC.
func (*CallDetailsClient) GetCallCapabilities ¶ added in v0.0.6
func (c *CallDetailsClient) GetCallCapabilities(ctx context.Context) (int32, error)
GetCallCapabilities calls the GetCallCapabilities RPC.
func (*CallDetailsClient) GetCallDirection ¶ added in v0.0.6
func (c *CallDetailsClient) GetCallDirection(ctx context.Context) (int32, error)
GetCallDirection calls the GetCallDirection RPC.
func (*CallDetailsClient) GetCallProperties ¶ added in v0.0.6
func (c *CallDetailsClient) GetCallProperties(ctx context.Context) (int32, error)
GetCallProperties calls the GetCallProperties RPC.
func (*CallDetailsClient) GetCallerDisplayName ¶ added in v0.0.6
func (c *CallDetailsClient) GetCallerDisplayName(ctx context.Context) (string, error)
GetCallerDisplayName calls the GetCallerDisplayName RPC.
func (*CallDetailsClient) GetCallerDisplayNamePresentation ¶ added in v0.0.6
func (c *CallDetailsClient) GetCallerDisplayNamePresentation(ctx context.Context) (int32, error)
GetCallerDisplayNamePresentation calls the GetCallerDisplayNamePresentation RPC.
func (*CallDetailsClient) GetCallerNumberVerificationStatus ¶ added in v0.0.6
func (c *CallDetailsClient) GetCallerNumberVerificationStatus(ctx context.Context) (int32, error)
GetCallerNumberVerificationStatus calls the GetCallerNumberVerificationStatus RPC.
func (*CallDetailsClient) GetConnectTimeMillis ¶ added in v0.0.6
func (c *CallDetailsClient) GetConnectTimeMillis(ctx context.Context) (int64, error)
GetConnectTimeMillis calls the GetConnectTimeMillis RPC.
func (*CallDetailsClient) GetContactDisplayName ¶ added in v0.0.6
func (c *CallDetailsClient) GetContactDisplayName(ctx context.Context) (string, error)
GetContactDisplayName calls the GetContactDisplayName RPC.
func (*CallDetailsClient) GetContactPhotoUri ¶ added in v0.0.6
func (c *CallDetailsClient) GetContactPhotoUri(ctx context.Context) (int64, error)
GetContactPhotoUri calls the GetContactPhotoUri RPC.
func (*CallDetailsClient) GetCreationTimeMillis ¶ added in v0.0.6
func (c *CallDetailsClient) GetCreationTimeMillis(ctx context.Context) (int64, error)
GetCreationTimeMillis calls the GetCreationTimeMillis RPC.
func (*CallDetailsClient) GetDisconnectCause ¶ added in v0.0.6
func (c *CallDetailsClient) GetDisconnectCause(ctx context.Context) (int64, error)
GetDisconnectCause calls the GetDisconnectCause RPC.
func (*CallDetailsClient) GetExtras ¶ added in v0.0.6
func (c *CallDetailsClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*CallDetailsClient) GetGatewayInfo ¶ added in v0.0.6
func (c *CallDetailsClient) GetGatewayInfo(ctx context.Context) (int64, error)
GetGatewayInfo calls the GetGatewayInfo RPC.
func (*CallDetailsClient) GetHandle ¶ added in v0.0.6
func (c *CallDetailsClient) GetHandle(ctx context.Context) (int64, error)
GetHandle calls the GetHandle RPC.
func (*CallDetailsClient) GetHandlePresentation ¶ added in v0.0.6
func (c *CallDetailsClient) GetHandlePresentation(ctx context.Context) (int32, error)
GetHandlePresentation calls the GetHandlePresentation RPC.
func (*CallDetailsClient) GetId ¶ added in v0.0.6
func (c *CallDetailsClient) GetId(ctx context.Context) (string, error)
GetId calls the GetId RPC.
func (*CallDetailsClient) GetIntentExtras ¶ added in v0.0.6
func (c *CallDetailsClient) GetIntentExtras(ctx context.Context) (int64, error)
GetIntentExtras calls the GetIntentExtras RPC.
func (*CallDetailsClient) GetState ¶ added in v0.0.6
func (c *CallDetailsClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*CallDetailsClient) GetStatusHints ¶ added in v0.0.6
func (c *CallDetailsClient) GetStatusHints(ctx context.Context) (int64, error)
GetStatusHints calls the GetStatusHints RPC.
func (*CallDetailsClient) GetVideoState ¶ added in v0.0.6
func (c *CallDetailsClient) GetVideoState(ctx context.Context) (int32, error)
GetVideoState calls the GetVideoState RPC.
func (*CallDetailsClient) HasProperty1 ¶ added in v0.0.6
HasProperty1 calls the HasProperty1 RPC.
func (*CallDetailsClient) HasProperty2_1 ¶ added in v0.0.6
func (c *CallDetailsClient) HasProperty2_1(ctx context.Context, arg0 int32, arg1 int32) (bool, error)
HasProperty2_1 calls the HasProperty2_1 RPC.
func (*CallDetailsClient) HashCode ¶ added in v0.0.6
func (c *CallDetailsClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*CallDetailsClient) PropertiesToString ¶ added in v0.0.6
PropertiesToString calls the PropertiesToString RPC.
type CallEndpointClient ¶ added in v0.0.6
type CallEndpointClient struct {
// contains filtered or unexported fields
}
CallEndpointClient wraps the gRPC CallEndpointService client.
func NewCallEndpointClient ¶ added in v0.0.6
func NewCallEndpointClient(cc grpc.ClientConnInterface) *CallEndpointClient
NewCallEndpointClient creates a new CallEndpoint client.
func (*CallEndpointClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*CallEndpointClient) GetEndpointName ¶ added in v0.0.6
GetEndpointName calls the GetEndpointName RPC.
func (*CallEndpointClient) GetEndpointType ¶ added in v0.0.6
GetEndpointType calls the GetEndpointType RPC.
func (*CallEndpointClient) GetIdentifier ¶ added in v0.0.6
GetIdentifier calls the GetIdentifier RPC.
func (*CallEndpointClient) WriteToParcel ¶ added in v0.0.6
func (c *CallEndpointClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type CallEndpointExceptionClient ¶ added in v0.0.6
type CallEndpointExceptionClient struct {
// contains filtered or unexported fields
}
CallEndpointExceptionClient wraps the gRPC CallEndpointExceptionService client.
func NewCallEndpointExceptionClient ¶ added in v0.0.6
func NewCallEndpointExceptionClient(cc grpc.ClientConnInterface) *CallEndpointExceptionClient
NewCallEndpointExceptionClient creates a new CallEndpointException client.
func (*CallEndpointExceptionClient) DescribeContents ¶ added in v0.0.6
func (c *CallEndpointExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*CallEndpointExceptionClient) WriteToParcel ¶ added in v0.0.6
func (c *CallEndpointExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type CallEventCallbackClient ¶ added in v0.0.6
type CallEventCallbackClient struct {
// contains filtered or unexported fields
}
CallEventCallbackClient wraps the gRPC CallEventCallbackService client.
func NewCallEventCallbackClient ¶ added in v0.0.6
func NewCallEventCallbackClient(cc grpc.ClientConnInterface) *CallEventCallbackClient
NewCallEventCallbackClient creates a new CallEventCallback client.
func (*CallEventCallbackClient) OnCallEndpointChanged ¶ added in v0.0.6
func (c *CallEventCallbackClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
OnCallEndpointChanged calls the OnCallEndpointChanged RPC.
func (*CallEventCallbackClient) OnCallStreamingFailed ¶ added in v0.0.6
func (c *CallEventCallbackClient) OnCallStreamingFailed(ctx context.Context, arg0 int32) error
OnCallStreamingFailed calls the OnCallStreamingFailed RPC.
func (*CallEventCallbackClient) OnMuteStateChanged ¶ added in v0.0.6
func (c *CallEventCallbackClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
OnMuteStateChanged calls the OnMuteStateChanged RPC.
type CallExceptionClient ¶ added in v0.0.6
type CallExceptionClient struct {
// contains filtered or unexported fields
}
CallExceptionClient wraps the gRPC CallExceptionService client.
func NewCallExceptionClient ¶ added in v0.0.6
func NewCallExceptionClient(cc grpc.ClientConnInterface) *CallExceptionClient
NewCallExceptionClient creates a new CallException client.
func (*CallExceptionClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*CallExceptionClient) WriteToParcel ¶ added in v0.0.6
func (c *CallExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type CallRedirectionServiceClient ¶ added in v0.0.6
type CallRedirectionServiceClient struct {
// contains filtered or unexported fields
}
CallRedirectionServiceClient wraps the gRPC CallRedirectionServiceService client.
func NewCallRedirectionServiceClient ¶ added in v0.0.6
func NewCallRedirectionServiceClient(cc grpc.ClientConnInterface) *CallRedirectionServiceClient
NewCallRedirectionServiceClient creates a new CallRedirectionService client.
func (*CallRedirectionServiceClient) CancelCall ¶ added in v0.0.6
func (c *CallRedirectionServiceClient) CancelCall(ctx context.Context) error
CancelCall calls the CancelCall RPC.
func (*CallRedirectionServiceClient) OnPlaceCall ¶ added in v0.0.6
func (c *CallRedirectionServiceClient) OnPlaceCall(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) error
OnPlaceCall calls the OnPlaceCall RPC.
func (*CallRedirectionServiceClient) OnRedirectionTimeout ¶ added in v0.0.6
func (c *CallRedirectionServiceClient) OnRedirectionTimeout(ctx context.Context) error
OnRedirectionTimeout calls the OnRedirectionTimeout RPC.
func (*CallRedirectionServiceClient) PlaceCallUnmodified ¶ added in v0.0.6
func (c *CallRedirectionServiceClient) PlaceCallUnmodified(ctx context.Context) error
PlaceCallUnmodified calls the PlaceCallUnmodified RPC.
func (*CallRedirectionServiceClient) RedirectCall ¶ added in v0.0.6
func (c *CallRedirectionServiceClient) RedirectCall(ctx context.Context, arg0 int64, arg1 int64, arg2 bool) error
RedirectCall calls the RedirectCall RPC.
type CallRttCallClient ¶ added in v0.0.6
type CallRttCallClient struct {
// contains filtered or unexported fields
}
CallRttCallClient wraps the gRPC CallRttCallService client.
func NewCallRttCallClient ¶ added in v0.0.6
func NewCallRttCallClient(cc grpc.ClientConnInterface) *CallRttCallClient
NewCallRttCallClient creates a new CallRttCall client.
func (*CallRttCallClient) GetRttAudioMode ¶ added in v0.0.6
func (c *CallRttCallClient) GetRttAudioMode(ctx context.Context) (int32, error)
GetRttAudioMode calls the GetRttAudioMode RPC.
func (*CallRttCallClient) Read ¶ added in v0.0.6
func (c *CallRttCallClient) Read(ctx context.Context) (string, error)
Read calls the Read RPC.
func (*CallRttCallClient) ReadImmediately ¶ added in v0.0.6
func (c *CallRttCallClient) ReadImmediately(ctx context.Context) (string, error)
ReadImmediately calls the ReadImmediately RPC.
func (*CallRttCallClient) SetRttMode ¶ added in v0.0.6
func (c *CallRttCallClient) SetRttMode(ctx context.Context, arg0 int32) error
SetRttMode calls the SetRttMode RPC.
type CallScreeningServiceCallResponseClient ¶ added in v0.0.6
type CallScreeningServiceCallResponseClient struct {
// contains filtered or unexported fields
}
CallScreeningServiceCallResponseClient wraps the gRPC CallScreeningServiceCallResponseService client.
func NewCallScreeningServiceCallResponseClient ¶ added in v0.0.6
func NewCallScreeningServiceCallResponseClient(cc grpc.ClientConnInterface) *CallScreeningServiceCallResponseClient
NewCallScreeningServiceCallResponseClient creates a new CallScreeningServiceCallResponse client.
func (*CallScreeningServiceCallResponseClient) Equals ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) Equals(ctx context.Context, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*CallScreeningServiceCallResponseClient) GetCallComposerAttachmentsToShow ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) GetCallComposerAttachmentsToShow(ctx context.Context) (int32, error)
GetCallComposerAttachmentsToShow calls the GetCallComposerAttachmentsToShow RPC.
func (*CallScreeningServiceCallResponseClient) GetDisallowCall ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) GetDisallowCall(ctx context.Context) (bool, error)
GetDisallowCall calls the GetDisallowCall RPC.
func (*CallScreeningServiceCallResponseClient) GetRejectCall ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) GetRejectCall(ctx context.Context) (bool, error)
GetRejectCall calls the GetRejectCall RPC.
func (*CallScreeningServiceCallResponseClient) GetSilenceCall ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) GetSilenceCall(ctx context.Context) (bool, error)
GetSilenceCall calls the GetSilenceCall RPC.
func (*CallScreeningServiceCallResponseClient) GetSkipCallLog ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) GetSkipCallLog(ctx context.Context) (bool, error)
GetSkipCallLog calls the GetSkipCallLog RPC.
func (*CallScreeningServiceCallResponseClient) GetSkipNotification ¶ added in v0.0.6
func (c *CallScreeningServiceCallResponseClient) GetSkipNotification(ctx context.Context) (bool, error)
GetSkipNotification calls the GetSkipNotification RPC.
type CallScreeningServiceClient ¶ added in v0.0.6
type CallScreeningServiceClient struct {
// contains filtered or unexported fields
}
CallScreeningServiceClient wraps the gRPC CallScreeningServiceService client.
func NewCallScreeningServiceClient ¶ added in v0.0.6
func NewCallScreeningServiceClient(cc grpc.ClientConnInterface) *CallScreeningServiceClient
NewCallScreeningServiceClient creates a new CallScreeningService client.
func (*CallScreeningServiceClient) OnScreenCall ¶ added in v0.0.6
func (c *CallScreeningServiceClient) OnScreenCall(ctx context.Context, arg0 int64) error
OnScreenCall calls the OnScreenCall RPC.
func (*CallScreeningServiceClient) RespondToCall ¶ added in v0.0.6
func (c *CallScreeningServiceClient) RespondToCall(ctx context.Context, arg0 int64, arg1 int64) error
RespondToCall calls the RespondToCall RPC.
type ConferenceClient ¶ added in v0.0.6
type ConferenceClient struct {
// contains filtered or unexported fields
}
ConferenceClient wraps the gRPC ConferenceService client.
func NewConferenceClient ¶ added in v0.0.6
func NewConferenceClient(cc grpc.ClientConnInterface) *ConferenceClient
NewConferenceClient creates a new Conference client.
func (*ConferenceClient) AddConnection ¶ added in v0.0.6
AddConnection calls the AddConnection RPC.
func (*ConferenceClient) CreateFailedConference ¶ added in v0.0.6
func (c *ConferenceClient) CreateFailedConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
CreateFailedConference calls the CreateFailedConference RPC.
func (*ConferenceClient) Destroy ¶ added in v0.0.6
func (c *ConferenceClient) Destroy(ctx context.Context) error
Destroy calls the Destroy RPC.
func (*ConferenceClient) GetCallAudioState ¶ added in v0.0.6
func (c *ConferenceClient) GetCallAudioState(ctx context.Context) (int64, error)
GetCallAudioState calls the GetCallAudioState RPC.
func (*ConferenceClient) GetConferenceableConnections ¶ added in v0.0.6
func (c *ConferenceClient) GetConferenceableConnections(ctx context.Context) (int64, error)
GetConferenceableConnections calls the GetConferenceableConnections RPC.
func (*ConferenceClient) GetConnectionCapabilities ¶ added in v0.0.6
func (c *ConferenceClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
GetConnectionCapabilities calls the GetConnectionCapabilities RPC.
func (*ConferenceClient) GetConnectionProperties ¶ added in v0.0.6
func (c *ConferenceClient) GetConnectionProperties(ctx context.Context) (int32, error)
GetConnectionProperties calls the GetConnectionProperties RPC.
func (*ConferenceClient) GetConnectionStartElapsedRealtimeMillis ¶ added in v0.0.6
func (c *ConferenceClient) GetConnectionStartElapsedRealtimeMillis(ctx context.Context) (int64, error)
GetConnectionStartElapsedRealtimeMillis calls the GetConnectionStartElapsedRealtimeMillis RPC.
func (*ConferenceClient) GetConnectionTime ¶ added in v0.0.6
func (c *ConferenceClient) GetConnectionTime(ctx context.Context) (int64, error)
GetConnectionTime calls the GetConnectionTime RPC.
func (*ConferenceClient) GetConnections ¶ added in v0.0.6
func (c *ConferenceClient) GetConnections(ctx context.Context) (int64, error)
GetConnections calls the GetConnections RPC.
func (*ConferenceClient) GetCurrentCallEndpoint ¶ added in v0.0.6
func (c *ConferenceClient) GetCurrentCallEndpoint(ctx context.Context) (int64, error)
GetCurrentCallEndpoint calls the GetCurrentCallEndpoint RPC.
func (*ConferenceClient) GetDisconnectCause ¶ added in v0.0.6
func (c *ConferenceClient) GetDisconnectCause(ctx context.Context) (int64, error)
GetDisconnectCause calls the GetDisconnectCause RPC.
func (*ConferenceClient) GetExtras ¶ added in v0.0.6
func (c *ConferenceClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*ConferenceClient) GetPhoneAccountHandle ¶ added in v0.0.6
func (c *ConferenceClient) GetPhoneAccountHandle(ctx context.Context) (int64, error)
GetPhoneAccountHandle calls the GetPhoneAccountHandle RPC.
func (*ConferenceClient) GetState ¶ added in v0.0.6
func (c *ConferenceClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*ConferenceClient) GetStatusHints ¶ added in v0.0.6
func (c *ConferenceClient) GetStatusHints(ctx context.Context) (int64, error)
GetStatusHints calls the GetStatusHints RPC.
func (*ConferenceClient) GetVideoProvider ¶ added in v0.0.6
func (c *ConferenceClient) GetVideoProvider(ctx context.Context) (int64, error)
GetVideoProvider calls the GetVideoProvider RPC.
func (*ConferenceClient) GetVideoState ¶ added in v0.0.6
func (c *ConferenceClient) GetVideoState(ctx context.Context) (int32, error)
GetVideoState calls the GetVideoState RPC.
func (*ConferenceClient) IsRingbackRequested ¶ added in v0.0.6
func (c *ConferenceClient) IsRingbackRequested(ctx context.Context) (bool, error)
IsRingbackRequested calls the IsRingbackRequested RPC.
func (*ConferenceClient) OnAnswer ¶ added in v0.0.6
func (c *ConferenceClient) OnAnswer(ctx context.Context, arg0 int32) error
OnAnswer calls the OnAnswer RPC.
func (*ConferenceClient) OnCallAudioStateChanged ¶ added in v0.0.6
func (c *ConferenceClient) OnCallAudioStateChanged(ctx context.Context, arg0 int64) error
OnCallAudioStateChanged calls the OnCallAudioStateChanged RPC.
func (*ConferenceClient) OnCallEndpointChanged ¶ added in v0.0.6
func (c *ConferenceClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
OnCallEndpointChanged calls the OnCallEndpointChanged RPC.
func (*ConferenceClient) OnConnectionAdded ¶ added in v0.0.6
func (c *ConferenceClient) OnConnectionAdded(ctx context.Context, arg0 int64) error
OnConnectionAdded calls the OnConnectionAdded RPC.
func (*ConferenceClient) OnDisconnect ¶ added in v0.0.6
func (c *ConferenceClient) OnDisconnect(ctx context.Context) error
OnDisconnect calls the OnDisconnect RPC.
func (*ConferenceClient) OnExtrasChanged ¶ added in v0.0.6
func (c *ConferenceClient) OnExtrasChanged(ctx context.Context, arg0 int64) error
OnExtrasChanged calls the OnExtrasChanged RPC.
func (*ConferenceClient) OnHold ¶ added in v0.0.6
func (c *ConferenceClient) OnHold(ctx context.Context) error
OnHold calls the OnHold RPC.
func (*ConferenceClient) OnMerge0 ¶ added in v0.0.6
func (c *ConferenceClient) OnMerge0(ctx context.Context) error
OnMerge0 calls the OnMerge0 RPC.
func (*ConferenceClient) OnMerge1_1 ¶ added in v0.0.6
func (c *ConferenceClient) OnMerge1_1(ctx context.Context, arg0 int64) error
OnMerge1_1 calls the OnMerge1_1 RPC.
func (*ConferenceClient) OnMuteStateChanged ¶ added in v0.0.6
func (c *ConferenceClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
OnMuteStateChanged calls the OnMuteStateChanged RPC.
func (*ConferenceClient) OnPlayDtmfTone ¶ added in v0.0.6
func (c *ConferenceClient) OnPlayDtmfTone(ctx context.Context, arg0 uint16) error
OnPlayDtmfTone calls the OnPlayDtmfTone RPC.
func (*ConferenceClient) OnReject ¶ added in v0.0.6
func (c *ConferenceClient) OnReject(ctx context.Context) error
OnReject calls the OnReject RPC.
func (*ConferenceClient) OnSeparate ¶ added in v0.0.6
func (c *ConferenceClient) OnSeparate(ctx context.Context, arg0 int64) error
OnSeparate calls the OnSeparate RPC.
func (*ConferenceClient) OnStopDtmfTone ¶ added in v0.0.6
func (c *ConferenceClient) OnStopDtmfTone(ctx context.Context) error
OnStopDtmfTone calls the OnStopDtmfTone RPC.
func (*ConferenceClient) OnSwap ¶ added in v0.0.6
func (c *ConferenceClient) OnSwap(ctx context.Context) error
OnSwap calls the OnSwap RPC.
func (*ConferenceClient) OnUnhold ¶ added in v0.0.6
func (c *ConferenceClient) OnUnhold(ctx context.Context) error
OnUnhold calls the OnUnhold RPC.
func (*ConferenceClient) PutExtras ¶ added in v0.0.6
func (c *ConferenceClient) PutExtras(ctx context.Context, arg0 int64) error
PutExtras calls the PutExtras RPC.
func (*ConferenceClient) RemoveConnection ¶ added in v0.0.6
func (c *ConferenceClient) RemoveConnection(ctx context.Context, arg0 int64) error
RemoveConnection calls the RemoveConnection RPC.
func (*ConferenceClient) RemoveExtras ¶ added in v0.0.6
func (c *ConferenceClient) RemoveExtras(ctx context.Context, arg0 int64) error
RemoveExtras calls the RemoveExtras RPC.
func (*ConferenceClient) SendConferenceEvent ¶ added in v0.0.6
SendConferenceEvent calls the SendConferenceEvent RPC.
func (*ConferenceClient) SetActive ¶ added in v0.0.6
func (c *ConferenceClient) SetActive(ctx context.Context) error
SetActive calls the SetActive RPC.
func (*ConferenceClient) SetConnectionCapabilities ¶ added in v0.0.6
func (c *ConferenceClient) SetConnectionCapabilities(ctx context.Context, arg0 int32) error
SetConnectionCapabilities calls the SetConnectionCapabilities RPC.
func (*ConferenceClient) SetConnectionProperties ¶ added in v0.0.6
func (c *ConferenceClient) SetConnectionProperties(ctx context.Context, arg0 int32) error
SetConnectionProperties calls the SetConnectionProperties RPC.
func (*ConferenceClient) SetConnectionStartElapsedRealTime ¶ added in v0.0.6
func (c *ConferenceClient) SetConnectionStartElapsedRealTime(ctx context.Context, arg0 int64) error
SetConnectionStartElapsedRealTime calls the SetConnectionStartElapsedRealTime RPC.
func (*ConferenceClient) SetConnectionStartElapsedRealtimeMillis ¶ added in v0.0.6
func (c *ConferenceClient) SetConnectionStartElapsedRealtimeMillis(ctx context.Context, arg0 int64) error
SetConnectionStartElapsedRealtimeMillis calls the SetConnectionStartElapsedRealtimeMillis RPC.
func (*ConferenceClient) SetConnectionTime ¶ added in v0.0.6
func (c *ConferenceClient) SetConnectionTime(ctx context.Context, arg0 int64) error
SetConnectionTime calls the SetConnectionTime RPC.
func (*ConferenceClient) SetDialing ¶ added in v0.0.6
func (c *ConferenceClient) SetDialing(ctx context.Context) error
SetDialing calls the SetDialing RPC.
func (*ConferenceClient) SetDisconnected ¶ added in v0.0.6
func (c *ConferenceClient) SetDisconnected(ctx context.Context, arg0 int64) error
SetDisconnected calls the SetDisconnected RPC.
func (*ConferenceClient) SetExtras ¶ added in v0.0.6
func (c *ConferenceClient) SetExtras(ctx context.Context, arg0 int64) error
SetExtras calls the SetExtras RPC.
func (*ConferenceClient) SetOnHold ¶ added in v0.0.6
func (c *ConferenceClient) SetOnHold(ctx context.Context) error
SetOnHold calls the SetOnHold RPC.
func (*ConferenceClient) SetRingbackRequested ¶ added in v0.0.6
func (c *ConferenceClient) SetRingbackRequested(ctx context.Context, arg0 bool) error
SetRingbackRequested calls the SetRingbackRequested RPC.
func (*ConferenceClient) SetRinging ¶ added in v0.0.6
func (c *ConferenceClient) SetRinging(ctx context.Context) error
SetRinging calls the SetRinging RPC.
func (*ConferenceClient) SetStatusHints ¶ added in v0.0.6
func (c *ConferenceClient) SetStatusHints(ctx context.Context, arg0 int64) error
SetStatusHints calls the SetStatusHints RPC.
func (*ConferenceClient) SetVideoProvider ¶ added in v0.0.6
SetVideoProvider calls the SetVideoProvider RPC.
func (*ConferenceClient) SetVideoState ¶ added in v0.0.6
SetVideoState calls the SetVideoState RPC.
type ConnectionClient ¶ added in v0.0.6
type ConnectionClient struct {
// contains filtered or unexported fields
}
ConnectionClient wraps the gRPC ConnectionService client.
func NewConnectionClient ¶ added in v0.0.6
func NewConnectionClient(cc grpc.ClientConnInterface) *ConnectionClient
NewConnectionClient creates a new Connection client.
func (*ConnectionClient) CapabilitiesToString ¶ added in v0.0.6
CapabilitiesToString calls the CapabilitiesToString RPC.
func (*ConnectionClient) CreateCanceledConnection ¶ added in v0.0.6
func (c *ConnectionClient) CreateCanceledConnection(ctx context.Context) (int64, error)
CreateCanceledConnection calls the CreateCanceledConnection RPC.
func (*ConnectionClient) CreateFailedConnection ¶ added in v0.0.6
CreateFailedConnection calls the CreateFailedConnection RPC.
func (*ConnectionClient) Destroy ¶ added in v0.0.6
func (c *ConnectionClient) Destroy(ctx context.Context) error
Destroy calls the Destroy RPC.
func (*ConnectionClient) GetAddress ¶ added in v0.0.6
func (c *ConnectionClient) GetAddress(ctx context.Context) (int64, error)
GetAddress calls the GetAddress RPC.
func (*ConnectionClient) GetAddressPresentation ¶ added in v0.0.6
func (c *ConnectionClient) GetAddressPresentation(ctx context.Context) (int32, error)
GetAddressPresentation calls the GetAddressPresentation RPC.
func (*ConnectionClient) GetAudioModeIsVoip ¶ added in v0.0.6
func (c *ConnectionClient) GetAudioModeIsVoip(ctx context.Context) (bool, error)
GetAudioModeIsVoip calls the GetAudioModeIsVoip RPC.
func (*ConnectionClient) GetCallAudioState ¶ added in v0.0.6
func (c *ConnectionClient) GetCallAudioState(ctx context.Context) (int64, error)
GetCallAudioState calls the GetCallAudioState RPC.
func (*ConnectionClient) GetCallerDisplayName ¶ added in v0.0.6
func (c *ConnectionClient) GetCallerDisplayName(ctx context.Context) (string, error)
GetCallerDisplayName calls the GetCallerDisplayName RPC.
func (*ConnectionClient) GetCallerDisplayNamePresentation ¶ added in v0.0.6
func (c *ConnectionClient) GetCallerDisplayNamePresentation(ctx context.Context) (int32, error)
GetCallerDisplayNamePresentation calls the GetCallerDisplayNamePresentation RPC.
func (*ConnectionClient) GetCallerNumberVerificationStatus ¶ added in v0.0.6
func (c *ConnectionClient) GetCallerNumberVerificationStatus(ctx context.Context) (int32, error)
GetCallerNumberVerificationStatus calls the GetCallerNumberVerificationStatus RPC.
func (*ConnectionClient) GetConference ¶ added in v0.0.6
func (c *ConnectionClient) GetConference(ctx context.Context) (int64, error)
GetConference calls the GetConference RPC.
func (*ConnectionClient) GetConferenceables ¶ added in v0.0.6
func (c *ConnectionClient) GetConferenceables(ctx context.Context) (int64, error)
GetConferenceables calls the GetConferenceables RPC.
func (*ConnectionClient) GetConnectionCapabilities ¶ added in v0.0.6
func (c *ConnectionClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
GetConnectionCapabilities calls the GetConnectionCapabilities RPC.
func (*ConnectionClient) GetConnectionProperties ¶ added in v0.0.6
func (c *ConnectionClient) GetConnectionProperties(ctx context.Context) (int32, error)
GetConnectionProperties calls the GetConnectionProperties RPC.
func (*ConnectionClient) GetCurrentCallEndpoint ¶ added in v0.0.6
func (c *ConnectionClient) GetCurrentCallEndpoint(ctx context.Context) (int64, error)
GetCurrentCallEndpoint calls the GetCurrentCallEndpoint RPC.
func (*ConnectionClient) GetDisconnectCause ¶ added in v0.0.6
func (c *ConnectionClient) GetDisconnectCause(ctx context.Context) (int64, error)
GetDisconnectCause calls the GetDisconnectCause RPC.
func (*ConnectionClient) GetExtras ¶ added in v0.0.6
func (c *ConnectionClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*ConnectionClient) GetState ¶ added in v0.0.6
func (c *ConnectionClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*ConnectionClient) GetStatusHints ¶ added in v0.0.6
func (c *ConnectionClient) GetStatusHints(ctx context.Context) (int64, error)
GetStatusHints calls the GetStatusHints RPC.
func (*ConnectionClient) GetVideoProvider ¶ added in v0.0.6
func (c *ConnectionClient) GetVideoProvider(ctx context.Context) (int64, error)
GetVideoProvider calls the GetVideoProvider RPC.
func (*ConnectionClient) GetVideoState ¶ added in v0.0.6
func (c *ConnectionClient) GetVideoState(ctx context.Context) (int32, error)
GetVideoState calls the GetVideoState RPC.
func (*ConnectionClient) HandleRttUpgradeResponse ¶ added in v0.0.6
func (c *ConnectionClient) HandleRttUpgradeResponse(ctx context.Context, arg0 int64) error
HandleRttUpgradeResponse calls the HandleRttUpgradeResponse RPC.
func (*ConnectionClient) IsRingbackRequested ¶ added in v0.0.6
func (c *ConnectionClient) IsRingbackRequested(ctx context.Context) (bool, error)
IsRingbackRequested calls the IsRingbackRequested RPC.
func (*ConnectionClient) NotifyConferenceMergeFailed ¶ added in v0.0.6
func (c *ConnectionClient) NotifyConferenceMergeFailed(ctx context.Context) error
NotifyConferenceMergeFailed calls the NotifyConferenceMergeFailed RPC.
func (*ConnectionClient) OnAbort ¶ added in v0.0.6
func (c *ConnectionClient) OnAbort(ctx context.Context) error
OnAbort calls the OnAbort RPC.
func (*ConnectionClient) OnAnswer0 ¶ added in v0.0.6
func (c *ConnectionClient) OnAnswer0(ctx context.Context) error
OnAnswer0 calls the OnAnswer0 RPC.
func (*ConnectionClient) OnAnswer1_1 ¶ added in v0.0.6
func (c *ConnectionClient) OnAnswer1_1(ctx context.Context, arg0 int32) error
OnAnswer1_1 calls the OnAnswer1_1 RPC.
func (*ConnectionClient) OnCallAudioStateChanged ¶ added in v0.0.6
func (c *ConnectionClient) OnCallAudioStateChanged(ctx context.Context, arg0 int64) error
OnCallAudioStateChanged calls the OnCallAudioStateChanged RPC.
func (*ConnectionClient) OnCallEndpointChanged ¶ added in v0.0.6
func (c *ConnectionClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
OnCallEndpointChanged calls the OnCallEndpointChanged RPC.
func (*ConnectionClient) OnCallEvent ¶ added in v0.0.6
OnCallEvent calls the OnCallEvent RPC.
func (*ConnectionClient) OnDeflect ¶ added in v0.0.6
func (c *ConnectionClient) OnDeflect(ctx context.Context, arg0 int64) error
OnDeflect calls the OnDeflect RPC.
func (*ConnectionClient) OnDisconnect ¶ added in v0.0.6
func (c *ConnectionClient) OnDisconnect(ctx context.Context) error
OnDisconnect calls the OnDisconnect RPC.
func (*ConnectionClient) OnExtrasChanged ¶ added in v0.0.6
func (c *ConnectionClient) OnExtrasChanged(ctx context.Context, arg0 int64) error
OnExtrasChanged calls the OnExtrasChanged RPC.
func (*ConnectionClient) OnHandoverComplete ¶ added in v0.0.6
func (c *ConnectionClient) OnHandoverComplete(ctx context.Context) error
OnHandoverComplete calls the OnHandoverComplete RPC.
func (*ConnectionClient) OnHold ¶ added in v0.0.6
func (c *ConnectionClient) OnHold(ctx context.Context) error
OnHold calls the OnHold RPC.
func (*ConnectionClient) OnMuteStateChanged ¶ added in v0.0.6
func (c *ConnectionClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
OnMuteStateChanged calls the OnMuteStateChanged RPC.
func (*ConnectionClient) OnPlayDtmfTone ¶ added in v0.0.6
func (c *ConnectionClient) OnPlayDtmfTone(ctx context.Context, arg0 uint16) error
OnPlayDtmfTone calls the OnPlayDtmfTone RPC.
func (*ConnectionClient) OnPostDialContinue ¶ added in v0.0.6
func (c *ConnectionClient) OnPostDialContinue(ctx context.Context, arg0 bool) error
OnPostDialContinue calls the OnPostDialContinue RPC.
func (*ConnectionClient) OnPullExternalCall ¶ added in v0.0.6
func (c *ConnectionClient) OnPullExternalCall(ctx context.Context) error
OnPullExternalCall calls the OnPullExternalCall RPC.
func (*ConnectionClient) OnReject0 ¶ added in v0.0.6
func (c *ConnectionClient) OnReject0(ctx context.Context) error
OnReject0 calls the OnReject0 RPC.
func (*ConnectionClient) OnReject1_1 ¶ added in v0.0.6
func (c *ConnectionClient) OnReject1_1(ctx context.Context, arg0 int32) error
OnReject1_1 calls the OnReject1_1 RPC.
func (*ConnectionClient) OnReject1_2 ¶ added in v0.0.6
func (c *ConnectionClient) OnReject1_2(ctx context.Context, arg0 string) error
OnReject1_2 calls the OnReject1_2 RPC.
func (*ConnectionClient) OnSeparate ¶ added in v0.0.6
func (c *ConnectionClient) OnSeparate(ctx context.Context) error
OnSeparate calls the OnSeparate RPC.
func (*ConnectionClient) OnShowIncomingCallUi ¶ added in v0.0.6
func (c *ConnectionClient) OnShowIncomingCallUi(ctx context.Context) error
OnShowIncomingCallUi calls the OnShowIncomingCallUi RPC.
func (*ConnectionClient) OnSilence ¶ added in v0.0.6
func (c *ConnectionClient) OnSilence(ctx context.Context) error
OnSilence calls the OnSilence RPC.
func (*ConnectionClient) OnStartRtt ¶ added in v0.0.6
func (c *ConnectionClient) OnStartRtt(ctx context.Context, arg0 int64) error
OnStartRtt calls the OnStartRtt RPC.
func (*ConnectionClient) OnStateChanged ¶ added in v0.0.6
func (c *ConnectionClient) OnStateChanged(ctx context.Context, arg0 int32) error
OnStateChanged calls the OnStateChanged RPC.
func (*ConnectionClient) OnStopDtmfTone ¶ added in v0.0.6
func (c *ConnectionClient) OnStopDtmfTone(ctx context.Context) error
OnStopDtmfTone calls the OnStopDtmfTone RPC.
func (*ConnectionClient) OnStopRtt ¶ added in v0.0.6
func (c *ConnectionClient) OnStopRtt(ctx context.Context) error
OnStopRtt calls the OnStopRtt RPC.
func (*ConnectionClient) OnTrackedByNonUiService ¶ added in v0.0.6
func (c *ConnectionClient) OnTrackedByNonUiService(ctx context.Context, arg0 bool) error
OnTrackedByNonUiService calls the OnTrackedByNonUiService RPC.
func (*ConnectionClient) OnUnhold ¶ added in v0.0.6
func (c *ConnectionClient) OnUnhold(ctx context.Context) error
OnUnhold calls the OnUnhold RPC.
func (*ConnectionClient) OnUsingAlternativeUi ¶ added in v0.0.6
func (c *ConnectionClient) OnUsingAlternativeUi(ctx context.Context, arg0 bool) error
OnUsingAlternativeUi calls the OnUsingAlternativeUi RPC.
func (*ConnectionClient) PropertiesToString ¶ added in v0.0.6
PropertiesToString calls the PropertiesToString RPC.
func (*ConnectionClient) PutExtras ¶ added in v0.0.6
func (c *ConnectionClient) PutExtras(ctx context.Context, arg0 int64) error
PutExtras calls the PutExtras RPC.
func (*ConnectionClient) RemoveExtras ¶ added in v0.0.6
func (c *ConnectionClient) RemoveExtras(ctx context.Context, arg0 int64) error
RemoveExtras calls the RemoveExtras RPC.
func (*ConnectionClient) RequestBluetoothAudio ¶ added in v0.0.6
func (c *ConnectionClient) RequestBluetoothAudio(ctx context.Context, arg0 int64) error
RequestBluetoothAudio calls the RequestBluetoothAudio RPC.
func (*ConnectionClient) SendConnectionEvent ¶ added in v0.0.6
SendConnectionEvent calls the SendConnectionEvent RPC.
func (*ConnectionClient) SendRemoteRttRequest ¶ added in v0.0.6
func (c *ConnectionClient) SendRemoteRttRequest(ctx context.Context) error
SendRemoteRttRequest calls the SendRemoteRttRequest RPC.
func (*ConnectionClient) SendRttInitiationFailure ¶ added in v0.0.6
func (c *ConnectionClient) SendRttInitiationFailure(ctx context.Context, arg0 int32) error
SendRttInitiationFailure calls the SendRttInitiationFailure RPC.
func (*ConnectionClient) SendRttInitiationSuccess ¶ added in v0.0.6
func (c *ConnectionClient) SendRttInitiationSuccess(ctx context.Context) error
SendRttInitiationSuccess calls the SendRttInitiationSuccess RPC.
func (*ConnectionClient) SendRttSessionRemotelyTerminated ¶ added in v0.0.6
func (c *ConnectionClient) SendRttSessionRemotelyTerminated(ctx context.Context) error
SendRttSessionRemotelyTerminated calls the SendRttSessionRemotelyTerminated RPC.
func (*ConnectionClient) SetActive ¶ added in v0.0.6
func (c *ConnectionClient) SetActive(ctx context.Context) error
SetActive calls the SetActive RPC.
func (*ConnectionClient) SetAddress ¶ added in v0.0.6
SetAddress calls the SetAddress RPC.
func (*ConnectionClient) SetAudioModeIsVoip ¶ added in v0.0.6
func (c *ConnectionClient) SetAudioModeIsVoip(ctx context.Context, arg0 bool) error
SetAudioModeIsVoip calls the SetAudioModeIsVoip RPC.
func (*ConnectionClient) SetAudioRoute ¶ added in v0.0.6
func (c *ConnectionClient) SetAudioRoute(ctx context.Context, arg0 int32) error
SetAudioRoute calls the SetAudioRoute RPC.
func (*ConnectionClient) SetCallerDisplayName ¶ added in v0.0.6
SetCallerDisplayName calls the SetCallerDisplayName RPC.
func (*ConnectionClient) SetCallerNumberVerificationStatus ¶ added in v0.0.6
func (c *ConnectionClient) SetCallerNumberVerificationStatus(ctx context.Context, arg0 int32) error
SetCallerNumberVerificationStatus calls the SetCallerNumberVerificationStatus RPC.
func (*ConnectionClient) SetConnectionCapabilities ¶ added in v0.0.6
func (c *ConnectionClient) SetConnectionCapabilities(ctx context.Context, arg0 int32) error
SetConnectionCapabilities calls the SetConnectionCapabilities RPC.
func (*ConnectionClient) SetConnectionProperties ¶ added in v0.0.6
func (c *ConnectionClient) SetConnectionProperties(ctx context.Context, arg0 int32) error
SetConnectionProperties calls the SetConnectionProperties RPC.
func (*ConnectionClient) SetDialing ¶ added in v0.0.6
func (c *ConnectionClient) SetDialing(ctx context.Context) error
SetDialing calls the SetDialing RPC.
func (*ConnectionClient) SetDisconnected ¶ added in v0.0.6
func (c *ConnectionClient) SetDisconnected(ctx context.Context, arg0 int64) error
SetDisconnected calls the SetDisconnected RPC.
func (*ConnectionClient) SetExtras ¶ added in v0.0.6
func (c *ConnectionClient) SetExtras(ctx context.Context, arg0 int64) error
SetExtras calls the SetExtras RPC.
func (*ConnectionClient) SetInitialized ¶ added in v0.0.6
func (c *ConnectionClient) SetInitialized(ctx context.Context) error
SetInitialized calls the SetInitialized RPC.
func (*ConnectionClient) SetInitializing ¶ added in v0.0.6
func (c *ConnectionClient) SetInitializing(ctx context.Context) error
SetInitializing calls the SetInitializing RPC.
func (*ConnectionClient) SetNextPostDialChar ¶ added in v0.0.6
func (c *ConnectionClient) SetNextPostDialChar(ctx context.Context, arg0 uint16) error
SetNextPostDialChar calls the SetNextPostDialChar RPC.
func (*ConnectionClient) SetOnHold ¶ added in v0.0.6
func (c *ConnectionClient) SetOnHold(ctx context.Context) error
SetOnHold calls the SetOnHold RPC.
func (*ConnectionClient) SetPostDialWait ¶ added in v0.0.6
func (c *ConnectionClient) SetPostDialWait(ctx context.Context, arg0 string) error
SetPostDialWait calls the SetPostDialWait RPC.
func (*ConnectionClient) SetPulling ¶ added in v0.0.6
func (c *ConnectionClient) SetPulling(ctx context.Context) error
SetPulling calls the SetPulling RPC.
func (*ConnectionClient) SetRingbackRequested ¶ added in v0.0.6
func (c *ConnectionClient) SetRingbackRequested(ctx context.Context, arg0 bool) error
SetRingbackRequested calls the SetRingbackRequested RPC.
func (*ConnectionClient) SetRinging ¶ added in v0.0.6
func (c *ConnectionClient) SetRinging(ctx context.Context) error
SetRinging calls the SetRinging RPC.
func (*ConnectionClient) SetStatusHints ¶ added in v0.0.6
func (c *ConnectionClient) SetStatusHints(ctx context.Context, arg0 int64) error
SetStatusHints calls the SetStatusHints RPC.
func (*ConnectionClient) SetVideoProvider ¶ added in v0.0.6
func (c *ConnectionClient) SetVideoProvider(ctx context.Context, arg0 int64) error
SetVideoProvider calls the SetVideoProvider RPC.
func (*ConnectionClient) SetVideoState ¶ added in v0.0.6
func (c *ConnectionClient) SetVideoState(ctx context.Context, arg0 int32) error
SetVideoState calls the SetVideoState RPC.
func (*ConnectionClient) StateToString ¶ added in v0.0.6
StateToString calls the StateToString RPC.
type ConnectionRequestClient ¶ added in v0.0.6
type ConnectionRequestClient struct {
// contains filtered or unexported fields
}
ConnectionRequestClient wraps the gRPC ConnectionRequestService client.
func NewConnectionRequestClient ¶ added in v0.0.6
func NewConnectionRequestClient(cc grpc.ClientConnInterface) *ConnectionRequestClient
NewConnectionRequestClient creates a new ConnectionRequest client.
func (*ConnectionRequestClient) DescribeContents ¶ added in v0.0.6
func (c *ConnectionRequestClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*ConnectionRequestClient) GetAccountHandle ¶ added in v0.0.6
func (c *ConnectionRequestClient) GetAccountHandle(ctx context.Context, handle int64) (int64, error)
GetAccountHandle calls the GetAccountHandle RPC.
func (*ConnectionRequestClient) GetAddress ¶ added in v0.0.6
GetAddress calls the GetAddress RPC.
func (*ConnectionRequestClient) GetParticipants ¶ added in v0.0.6
GetParticipants calls the GetParticipants RPC.
func (*ConnectionRequestClient) GetRttTextStream ¶ added in v0.0.6
func (c *ConnectionRequestClient) GetRttTextStream(ctx context.Context, handle int64) (int64, error)
GetRttTextStream calls the GetRttTextStream RPC.
func (*ConnectionRequestClient) GetVideoState ¶ added in v0.0.6
GetVideoState calls the GetVideoState RPC.
func (*ConnectionRequestClient) IsAdhocConferenceCall ¶ added in v0.0.6
func (c *ConnectionRequestClient) IsAdhocConferenceCall(ctx context.Context, handle int64) (bool, error)
IsAdhocConferenceCall calls the IsAdhocConferenceCall RPC.
func (*ConnectionRequestClient) IsRequestingRtt ¶ added in v0.0.6
IsRequestingRtt calls the IsRequestingRtt RPC.
func (*ConnectionRequestClient) WriteToParcel ¶ added in v0.0.6
func (c *ConnectionRequestClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type ConnectionRttTextStreamClient ¶ added in v0.0.6
type ConnectionRttTextStreamClient struct {
// contains filtered or unexported fields
}
ConnectionRttTextStreamClient wraps the gRPC ConnectionRttTextStreamService client.
func NewConnectionRttTextStreamClient ¶ added in v0.0.6
func NewConnectionRttTextStreamClient(cc grpc.ClientConnInterface) *ConnectionRttTextStreamClient
NewConnectionRttTextStreamClient creates a new ConnectionRttTextStream client.
func (*ConnectionRttTextStreamClient) Read ¶ added in v0.0.6
func (c *ConnectionRttTextStreamClient) Read(ctx context.Context) (string, error)
Read calls the Read RPC.
func (*ConnectionRttTextStreamClient) ReadImmediately ¶ added in v0.0.6
func (c *ConnectionRttTextStreamClient) ReadImmediately(ctx context.Context) (string, error)
ReadImmediately calls the ReadImmediately RPC.
type ConnectionServiceClient ¶ added in v0.0.6
type ConnectionServiceClient struct {
// contains filtered or unexported fields
}
ConnectionServiceClient wraps the gRPC ConnectionServiceService client.
func NewConnectionServiceClient ¶ added in v0.0.6
func NewConnectionServiceClient(cc grpc.ClientConnInterface) *ConnectionServiceClient
NewConnectionServiceClient creates a new ConnectionService client.
func (*ConnectionServiceClient) AddConference ¶ added in v0.0.6
func (c *ConnectionServiceClient) AddConference(ctx context.Context, arg0 int64) error
AddConference calls the AddConference RPC.
func (*ConnectionServiceClient) AddExistingConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) AddExistingConnection(ctx context.Context, arg0 int64, arg1 int64) error
AddExistingConnection calls the AddExistingConnection RPC.
func (*ConnectionServiceClient) ConferenceRemoteConnections ¶ added in v0.0.6
func (c *ConnectionServiceClient) ConferenceRemoteConnections(ctx context.Context, arg0 int64, arg1 int64) error
ConferenceRemoteConnections calls the ConferenceRemoteConnections RPC.
func (*ConnectionServiceClient) ConnectionServiceFocusReleased ¶ added in v0.0.6
func (c *ConnectionServiceClient) ConnectionServiceFocusReleased(ctx context.Context) error
ConnectionServiceFocusReleased calls the ConnectionServiceFocusReleased RPC.
func (*ConnectionServiceClient) CreateRemoteIncomingConference ¶ added in v0.0.6
func (c *ConnectionServiceClient) CreateRemoteIncomingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
CreateRemoteIncomingConference calls the CreateRemoteIncomingConference RPC.
func (*ConnectionServiceClient) CreateRemoteIncomingConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) CreateRemoteIncomingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
CreateRemoteIncomingConnection calls the CreateRemoteIncomingConnection RPC.
func (*ConnectionServiceClient) CreateRemoteOutgoingConference ¶ added in v0.0.6
func (c *ConnectionServiceClient) CreateRemoteOutgoingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
CreateRemoteOutgoingConference calls the CreateRemoteOutgoingConference RPC.
func (*ConnectionServiceClient) CreateRemoteOutgoingConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) CreateRemoteOutgoingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
CreateRemoteOutgoingConnection calls the CreateRemoteOutgoingConnection RPC.
func (*ConnectionServiceClient) GetAllConferences ¶ added in v0.0.6
func (c *ConnectionServiceClient) GetAllConferences(ctx context.Context) (int64, error)
GetAllConferences calls the GetAllConferences RPC.
func (*ConnectionServiceClient) GetAllConnections ¶ added in v0.0.6
func (c *ConnectionServiceClient) GetAllConnections(ctx context.Context) (int64, error)
GetAllConnections calls the GetAllConnections RPC.
func (*ConnectionServiceClient) OnConference ¶ added in v0.0.6
OnConference calls the OnConference RPC.
func (*ConnectionServiceClient) OnConnectionServiceFocusGained ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnConnectionServiceFocusGained(ctx context.Context) error
OnConnectionServiceFocusGained calls the OnConnectionServiceFocusGained RPC.
func (*ConnectionServiceClient) OnConnectionServiceFocusLost ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnConnectionServiceFocusLost(ctx context.Context) error
OnConnectionServiceFocusLost calls the OnConnectionServiceFocusLost RPC.
func (*ConnectionServiceClient) OnCreateIncomingConference ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateIncomingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnCreateIncomingConference calls the OnCreateIncomingConference RPC.
func (*ConnectionServiceClient) OnCreateIncomingConferenceFailed ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateIncomingConferenceFailed(ctx context.Context, arg0 int64, arg1 int64) error
OnCreateIncomingConferenceFailed calls the OnCreateIncomingConferenceFailed RPC.
func (*ConnectionServiceClient) OnCreateIncomingConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateIncomingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnCreateIncomingConnection calls the OnCreateIncomingConnection RPC.
func (*ConnectionServiceClient) OnCreateIncomingConnectionFailed ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateIncomingConnectionFailed(ctx context.Context, arg0 int64, arg1 int64) error
OnCreateIncomingConnectionFailed calls the OnCreateIncomingConnectionFailed RPC.
func (*ConnectionServiceClient) OnCreateIncomingHandoverConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateIncomingHandoverConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnCreateIncomingHandoverConnection calls the OnCreateIncomingHandoverConnection RPC.
func (*ConnectionServiceClient) OnCreateOutgoingConference ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateOutgoingConference(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnCreateOutgoingConference calls the OnCreateOutgoingConference RPC.
func (*ConnectionServiceClient) OnCreateOutgoingConferenceFailed ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateOutgoingConferenceFailed(ctx context.Context, arg0 int64, arg1 int64) error
OnCreateOutgoingConferenceFailed calls the OnCreateOutgoingConferenceFailed RPC.
func (*ConnectionServiceClient) OnCreateOutgoingConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateOutgoingConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnCreateOutgoingConnection calls the OnCreateOutgoingConnection RPC.
func (*ConnectionServiceClient) OnCreateOutgoingConnectionFailed ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateOutgoingConnectionFailed(ctx context.Context, arg0 int64, arg1 int64) error
OnCreateOutgoingConnectionFailed calls the OnCreateOutgoingConnectionFailed RPC.
func (*ConnectionServiceClient) OnCreateOutgoingHandoverConnection ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnCreateOutgoingHandoverConnection(ctx context.Context, arg0 int64, arg1 int64) (int64, error)
OnCreateOutgoingHandoverConnection calls the OnCreateOutgoingHandoverConnection RPC.
func (*ConnectionServiceClient) OnHandoverFailed ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnHandoverFailed(ctx context.Context, arg0 int64, arg1 int32) error
OnHandoverFailed calls the OnHandoverFailed RPC.
func (*ConnectionServiceClient) OnRemoteConferenceAdded ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnRemoteConferenceAdded(ctx context.Context, arg0 int64) error
OnRemoteConferenceAdded calls the OnRemoteConferenceAdded RPC.
func (*ConnectionServiceClient) OnRemoteExistingConnectionAdded ¶ added in v0.0.6
func (c *ConnectionServiceClient) OnRemoteExistingConnectionAdded(ctx context.Context, arg0 int64) error
OnRemoteExistingConnectionAdded calls the OnRemoteExistingConnectionAdded RPC.
type ConnectionVideoProviderClient ¶ added in v0.0.6
type ConnectionVideoProviderClient struct {
// contains filtered or unexported fields
}
ConnectionVideoProviderClient wraps the gRPC ConnectionVideoProviderService client.
func NewConnectionVideoProviderClient ¶ added in v0.0.6
func NewConnectionVideoProviderClient(cc grpc.ClientConnInterface) *ConnectionVideoProviderClient
NewConnectionVideoProviderClient creates a new ConnectionVideoProvider client.
func (*ConnectionVideoProviderClient) ChangeCameraCapabilities ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) ChangeCameraCapabilities(ctx context.Context, arg0 int64) error
ChangeCameraCapabilities calls the ChangeCameraCapabilities RPC.
func (*ConnectionVideoProviderClient) ChangePeerDimensions ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) ChangePeerDimensions(ctx context.Context, arg0 int32, arg1 int32) error
ChangePeerDimensions calls the ChangePeerDimensions RPC.
func (*ConnectionVideoProviderClient) ChangeVideoQuality ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) ChangeVideoQuality(ctx context.Context, arg0 int32) error
ChangeVideoQuality calls the ChangeVideoQuality RPC.
func (*ConnectionVideoProviderClient) HandleCallSessionEvent ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) HandleCallSessionEvent(ctx context.Context, arg0 int32) error
HandleCallSessionEvent calls the HandleCallSessionEvent RPC.
func (*ConnectionVideoProviderClient) OnRequestCameraCapabilities ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnRequestCameraCapabilities(ctx context.Context) error
OnRequestCameraCapabilities calls the OnRequestCameraCapabilities RPC.
func (*ConnectionVideoProviderClient) OnRequestConnectionDataUsage ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnRequestConnectionDataUsage(ctx context.Context) error
OnRequestConnectionDataUsage calls the OnRequestConnectionDataUsage RPC.
func (*ConnectionVideoProviderClient) OnSendSessionModifyRequest ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSendSessionModifyRequest(ctx context.Context, arg0 int64, arg1 int64) error
OnSendSessionModifyRequest calls the OnSendSessionModifyRequest RPC.
func (*ConnectionVideoProviderClient) OnSendSessionModifyResponse ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSendSessionModifyResponse(ctx context.Context, arg0 int64) error
OnSendSessionModifyResponse calls the OnSendSessionModifyResponse RPC.
func (*ConnectionVideoProviderClient) OnSetCamera ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSetCamera(ctx context.Context, arg0 string) error
OnSetCamera calls the OnSetCamera RPC.
func (*ConnectionVideoProviderClient) OnSetDeviceOrientation ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSetDeviceOrientation(ctx context.Context, arg0 int32) error
OnSetDeviceOrientation calls the OnSetDeviceOrientation RPC.
func (*ConnectionVideoProviderClient) OnSetDisplaySurface ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSetDisplaySurface(ctx context.Context, arg0 int64) error
OnSetDisplaySurface calls the OnSetDisplaySurface RPC.
func (*ConnectionVideoProviderClient) OnSetPauseImage ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSetPauseImage(ctx context.Context, arg0 int64) error
OnSetPauseImage calls the OnSetPauseImage RPC.
func (*ConnectionVideoProviderClient) OnSetPreviewSurface ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSetPreviewSurface(ctx context.Context, arg0 int64) error
OnSetPreviewSurface calls the OnSetPreviewSurface RPC.
func (*ConnectionVideoProviderClient) OnSetZoom ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) OnSetZoom(ctx context.Context, arg0 float32) error
OnSetZoom calls the OnSetZoom RPC.
func (*ConnectionVideoProviderClient) ReceiveSessionModifyRequest ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) ReceiveSessionModifyRequest(ctx context.Context, arg0 int64) error
ReceiveSessionModifyRequest calls the ReceiveSessionModifyRequest RPC.
func (*ConnectionVideoProviderClient) ReceiveSessionModifyResponse ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) ReceiveSessionModifyResponse(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) error
ReceiveSessionModifyResponse calls the ReceiveSessionModifyResponse RPC.
func (*ConnectionVideoProviderClient) SetCallDataUsage ¶ added in v0.0.6
func (c *ConnectionVideoProviderClient) SetCallDataUsage(ctx context.Context, arg0 int64) error
SetCallDataUsage calls the SetCallDataUsage RPC.
type DisconnectCauseClient ¶ added in v0.0.6
type DisconnectCauseClient struct {
// contains filtered or unexported fields
}
DisconnectCauseClient wraps the gRPC DisconnectCauseService client.
func NewDisconnectCauseClient ¶ added in v0.0.6
func NewDisconnectCauseClient(cc grpc.ClientConnInterface) *DisconnectCauseClient
NewDisconnectCauseClient creates a new DisconnectCause client.
func (*DisconnectCauseClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*DisconnectCauseClient) GetDescription ¶ added in v0.0.6
GetDescription calls the GetDescription RPC.
func (*DisconnectCauseClient) WriteToParcel ¶ added in v0.0.6
func (c *DisconnectCauseClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type GatewayInfoClient ¶ added in v0.0.6
type GatewayInfoClient struct {
// contains filtered or unexported fields
}
GatewayInfoClient wraps the gRPC GatewayInfoService client.
func NewGatewayInfoClient ¶ added in v0.0.6
func NewGatewayInfoClient(cc grpc.ClientConnInterface) *GatewayInfoClient
NewGatewayInfoClient creates a new GatewayInfo client.
func (*GatewayInfoClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*GatewayInfoClient) GetGatewayAddress ¶ added in v0.0.6
GetGatewayAddress calls the GetGatewayAddress RPC.
func (*GatewayInfoClient) GetGatewayProviderPackageName ¶ added in v0.0.6
func (c *GatewayInfoClient) GetGatewayProviderPackageName(ctx context.Context, handle int64) (string, error)
GetGatewayProviderPackageName calls the GetGatewayProviderPackageName RPC.
func (*GatewayInfoClient) GetOriginalAddress ¶ added in v0.0.6
GetOriginalAddress calls the GetOriginalAddress RPC.
func (*GatewayInfoClient) WriteToParcel ¶ added in v0.0.6
func (c *GatewayInfoClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type InCallServiceClient ¶ added in v0.0.6
type InCallServiceClient struct {
// contains filtered or unexported fields
}
InCallServiceClient wraps the gRPC InCallServiceService client.
func NewInCallServiceClient ¶ added in v0.0.6
func NewInCallServiceClient(cc grpc.ClientConnInterface) *InCallServiceClient
NewInCallServiceClient creates a new InCallService client.
func (*InCallServiceClient) CanAddCall ¶ added in v0.0.6
func (c *InCallServiceClient) CanAddCall(ctx context.Context) (bool, error)
CanAddCall calls the CanAddCall RPC.
func (*InCallServiceClient) GetCallAudioState ¶ added in v0.0.6
func (c *InCallServiceClient) GetCallAudioState(ctx context.Context) (int64, error)
GetCallAudioState calls the GetCallAudioState RPC.
func (*InCallServiceClient) GetCalls ¶ added in v0.0.6
func (c *InCallServiceClient) GetCalls(ctx context.Context) (int64, error)
GetCalls calls the GetCalls RPC.
func (*InCallServiceClient) GetCurrentCallEndpoint ¶ added in v0.0.6
func (c *InCallServiceClient) GetCurrentCallEndpoint(ctx context.Context) (int64, error)
GetCurrentCallEndpoint calls the GetCurrentCallEndpoint RPC.
func (*InCallServiceClient) OnBringToForeground ¶ added in v0.0.6
func (c *InCallServiceClient) OnBringToForeground(ctx context.Context, arg0 bool) error
OnBringToForeground calls the OnBringToForeground RPC.
func (*InCallServiceClient) OnCallAdded ¶ added in v0.0.6
func (c *InCallServiceClient) OnCallAdded(ctx context.Context, arg0 int64) error
OnCallAdded calls the OnCallAdded RPC.
func (*InCallServiceClient) OnCallAudioStateChanged ¶ added in v0.0.6
func (c *InCallServiceClient) OnCallAudioStateChanged(ctx context.Context, arg0 int64) error
OnCallAudioStateChanged calls the OnCallAudioStateChanged RPC.
func (*InCallServiceClient) OnCallEndpointChanged ¶ added in v0.0.6
func (c *InCallServiceClient) OnCallEndpointChanged(ctx context.Context, arg0 int64) error
OnCallEndpointChanged calls the OnCallEndpointChanged RPC.
func (*InCallServiceClient) OnCallRemoved ¶ added in v0.0.6
func (c *InCallServiceClient) OnCallRemoved(ctx context.Context, arg0 int64) error
OnCallRemoved calls the OnCallRemoved RPC.
func (*InCallServiceClient) OnCanAddCallChanged ¶ added in v0.0.6
func (c *InCallServiceClient) OnCanAddCallChanged(ctx context.Context, arg0 bool) error
OnCanAddCallChanged calls the OnCanAddCallChanged RPC.
func (*InCallServiceClient) OnConnectionEvent ¶ added in v0.0.6
func (c *InCallServiceClient) OnConnectionEvent(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
OnConnectionEvent calls the OnConnectionEvent RPC.
func (*InCallServiceClient) OnMuteStateChanged ¶ added in v0.0.6
func (c *InCallServiceClient) OnMuteStateChanged(ctx context.Context, arg0 bool) error
OnMuteStateChanged calls the OnMuteStateChanged RPC.
func (*InCallServiceClient) OnSilenceRinger ¶ added in v0.0.6
func (c *InCallServiceClient) OnSilenceRinger(ctx context.Context) error
OnSilenceRinger calls the OnSilenceRinger RPC.
func (*InCallServiceClient) RequestBluetoothAudio ¶ added in v0.0.6
func (c *InCallServiceClient) RequestBluetoothAudio(ctx context.Context, arg0 int64) error
RequestBluetoothAudio calls the RequestBluetoothAudio RPC.
func (*InCallServiceClient) SetAudioRoute ¶ added in v0.0.6
func (c *InCallServiceClient) SetAudioRoute(ctx context.Context, arg0 int32) error
SetAudioRoute calls the SetAudioRoute RPC.
type InCallServiceVideoCallClient ¶ added in v0.0.6
type InCallServiceVideoCallClient struct {
// contains filtered or unexported fields
}
InCallServiceVideoCallClient wraps the gRPC InCallServiceVideoCallService client.
func NewInCallServiceVideoCallClient ¶ added in v0.0.6
func NewInCallServiceVideoCallClient(cc grpc.ClientConnInterface) *InCallServiceVideoCallClient
NewInCallServiceVideoCallClient creates a new InCallServiceVideoCall client.
func (*InCallServiceVideoCallClient) RegisterCallback ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) RegisterCallback(ctx context.Context, arg0 int64) error
RegisterCallback calls the RegisterCallback RPC.
func (*InCallServiceVideoCallClient) RequestCallDataUsage ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) RequestCallDataUsage(ctx context.Context) error
RequestCallDataUsage calls the RequestCallDataUsage RPC.
func (*InCallServiceVideoCallClient) RequestCameraCapabilities ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) RequestCameraCapabilities(ctx context.Context) error
RequestCameraCapabilities calls the RequestCameraCapabilities RPC.
func (*InCallServiceVideoCallClient) SendSessionModifyRequest ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SendSessionModifyRequest(ctx context.Context, arg0 int64) error
SendSessionModifyRequest calls the SendSessionModifyRequest RPC.
func (*InCallServiceVideoCallClient) SendSessionModifyResponse ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SendSessionModifyResponse(ctx context.Context, arg0 int64) error
SendSessionModifyResponse calls the SendSessionModifyResponse RPC.
func (*InCallServiceVideoCallClient) SetCamera ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SetCamera(ctx context.Context, arg0 string) error
SetCamera calls the SetCamera RPC.
func (*InCallServiceVideoCallClient) SetDeviceOrientation ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SetDeviceOrientation(ctx context.Context, arg0 int32) error
SetDeviceOrientation calls the SetDeviceOrientation RPC.
func (*InCallServiceVideoCallClient) SetDisplaySurface ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SetDisplaySurface(ctx context.Context, arg0 int64) error
SetDisplaySurface calls the SetDisplaySurface RPC.
func (*InCallServiceVideoCallClient) SetPauseImage ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SetPauseImage(ctx context.Context, arg0 int64) error
SetPauseImage calls the SetPauseImage RPC.
func (*InCallServiceVideoCallClient) SetPreviewSurface ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SetPreviewSurface(ctx context.Context, arg0 int64) error
SetPreviewSurface calls the SetPreviewSurface RPC.
func (*InCallServiceVideoCallClient) SetZoom ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) SetZoom(ctx context.Context, arg0 float32) error
SetZoom calls the SetZoom RPC.
func (*InCallServiceVideoCallClient) UnregisterCallback ¶ added in v0.0.6
func (c *InCallServiceVideoCallClient) UnregisterCallback(ctx context.Context, arg0 int64) error
UnregisterCallback calls the UnregisterCallback RPC.
type ManagerClient ¶ added in v0.0.6
type ManagerClient struct {
// contains filtered or unexported fields
}
ManagerClient wraps the gRPC ManagerService client.
func NewManagerClient ¶ added in v0.0.6
func NewManagerClient(cc grpc.ClientConnInterface) *ManagerClient
NewManagerClient creates a new Manager client.
func (*ManagerClient) AcceptHandover ¶ added in v0.0.6
func (c *ManagerClient) AcceptHandover(ctx context.Context, arg0 int64, arg1 int32, arg2 int64) error
AcceptHandover calls the AcceptHandover RPC.
func (*ManagerClient) AcceptRingingCall0 ¶ added in v0.0.6
func (c *ManagerClient) AcceptRingingCall0(ctx context.Context) error
AcceptRingingCall0 calls the AcceptRingingCall0 RPC.
func (*ManagerClient) AcceptRingingCall1_1 ¶ added in v0.0.6
func (c *ManagerClient) AcceptRingingCall1_1(ctx context.Context, arg0 int32) error
AcceptRingingCall1_1 calls the AcceptRingingCall1_1 RPC.
func (*ManagerClient) AddNewIncomingCall ¶ added in v0.0.6
AddNewIncomingCall calls the AddNewIncomingCall RPC.
func (*ManagerClient) AddNewIncomingConference ¶ added in v0.0.6
AddNewIncomingConference calls the AddNewIncomingConference RPC.
func (*ManagerClient) CancelMissedCallsNotification ¶ added in v0.0.6
func (c *ManagerClient) CancelMissedCallsNotification(ctx context.Context) error
CancelMissedCallsNotification calls the CancelMissedCallsNotification RPC.
func (*ManagerClient) CreateManageBlockedNumbersIntent ¶ added in v0.0.6
func (c *ManagerClient) CreateManageBlockedNumbersIntent(ctx context.Context) (int64, error)
CreateManageBlockedNumbersIntent calls the CreateManageBlockedNumbersIntent RPC.
func (*ManagerClient) EndCall ¶ added in v0.0.6
func (c *ManagerClient) EndCall(ctx context.Context) (bool, error)
EndCall calls the EndCall RPC.
func (*ManagerClient) GetAdnUriForPhoneAccount ¶ added in v0.0.6
GetAdnUriForPhoneAccount calls the GetAdnUriForPhoneAccount RPC.
func (*ManagerClient) GetCallCapablePhoneAccounts ¶ added in v0.0.6
func (c *ManagerClient) GetCallCapablePhoneAccounts(ctx context.Context) (int64, error)
GetCallCapablePhoneAccounts calls the GetCallCapablePhoneAccounts RPC.
func (*ManagerClient) GetDefaultDialerPackage ¶ added in v0.0.6
func (c *ManagerClient) GetDefaultDialerPackage(ctx context.Context) (string, error)
GetDefaultDialerPackage calls the GetDefaultDialerPackage RPC.
func (*ManagerClient) GetDefaultOutgoingPhoneAccount ¶ added in v0.0.6
func (c *ManagerClient) GetDefaultOutgoingPhoneAccount(ctx context.Context, arg0 string) (int64, error)
GetDefaultOutgoingPhoneAccount calls the GetDefaultOutgoingPhoneAccount RPC.
func (*ManagerClient) GetLine1Number ¶ added in v0.0.6
GetLine1Number calls the GetLine1Number RPC.
func (*ManagerClient) GetOwnSelfManagedPhoneAccounts ¶ added in v0.0.6
func (c *ManagerClient) GetOwnSelfManagedPhoneAccounts(ctx context.Context) (int64, error)
GetOwnSelfManagedPhoneAccounts calls the GetOwnSelfManagedPhoneAccounts RPC.
func (*ManagerClient) GetPhoneAccount ¶ added in v0.0.6
GetPhoneAccount calls the GetPhoneAccount RPC.
func (*ManagerClient) GetRegisteredPhoneAccounts ¶ added in v0.0.6
func (c *ManagerClient) GetRegisteredPhoneAccounts(ctx context.Context) (int64, error)
GetRegisteredPhoneAccounts calls the GetRegisteredPhoneAccounts RPC.
func (*ManagerClient) GetSelfManagedPhoneAccounts ¶ added in v0.0.6
func (c *ManagerClient) GetSelfManagedPhoneAccounts(ctx context.Context) (int64, error)
GetSelfManagedPhoneAccounts calls the GetSelfManagedPhoneAccounts RPC.
func (*ManagerClient) GetSimCallManager ¶ added in v0.0.6
func (c *ManagerClient) GetSimCallManager(ctx context.Context) (int64, error)
GetSimCallManager calls the GetSimCallManager RPC.
func (*ManagerClient) GetSimCallManagerForSubscription ¶ added in v0.0.6
func (c *ManagerClient) GetSimCallManagerForSubscription(ctx context.Context, arg0 int32) (int64, error)
GetSimCallManagerForSubscription calls the GetSimCallManagerForSubscription RPC.
func (*ManagerClient) GetSystemDialerPackage ¶ added in v0.0.6
func (c *ManagerClient) GetSystemDialerPackage(ctx context.Context) (string, error)
GetSystemDialerPackage calls the GetSystemDialerPackage RPC.
func (*ManagerClient) GetUserSelectedOutgoingPhoneAccount ¶ added in v0.0.6
func (c *ManagerClient) GetUserSelectedOutgoingPhoneAccount(ctx context.Context) (int64, error)
GetUserSelectedOutgoingPhoneAccount calls the GetUserSelectedOutgoingPhoneAccount RPC.
func (*ManagerClient) GetVoiceMailNumber ¶ added in v0.0.6
GetVoiceMailNumber calls the GetVoiceMailNumber RPC.
func (*ManagerClient) HandleMmi1 ¶ added in v0.0.6
HandleMmi1 calls the HandleMmi1 RPC.
func (*ManagerClient) HandleMmi2_1 ¶ added in v0.0.6
HandleMmi2_1 calls the HandleMmi2_1 RPC.
func (*ManagerClient) HasManageOngoingCallsPermission ¶ added in v0.0.6
func (c *ManagerClient) HasManageOngoingCallsPermission(ctx context.Context) (bool, error)
HasManageOngoingCallsPermission calls the HasManageOngoingCallsPermission RPC.
func (*ManagerClient) IsInCall ¶ added in v0.0.6
func (c *ManagerClient) IsInCall(ctx context.Context) (bool, error)
IsInCall calls the IsInCall RPC.
func (*ManagerClient) IsInManagedCall ¶ added in v0.0.6
func (c *ManagerClient) IsInManagedCall(ctx context.Context) (bool, error)
IsInManagedCall calls the IsInManagedCall RPC.
func (*ManagerClient) IsIncomingCallPermitted ¶ added in v0.0.6
IsIncomingCallPermitted calls the IsIncomingCallPermitted RPC.
func (*ManagerClient) IsOutgoingCallPermitted ¶ added in v0.0.6
IsOutgoingCallPermitted calls the IsOutgoingCallPermitted RPC.
func (*ManagerClient) IsTtySupported ¶ added in v0.0.6
func (c *ManagerClient) IsTtySupported(ctx context.Context) (bool, error)
IsTtySupported calls the IsTtySupported RPC.
func (*ManagerClient) IsVoiceMailNumber ¶ added in v0.0.6
func (c *ManagerClient) IsVoiceMailNumber(ctx context.Context, arg0 int64, arg1 string) (bool, error)
IsVoiceMailNumber calls the IsVoiceMailNumber RPC.
func (*ManagerClient) RegisterPhoneAccount ¶ added in v0.0.6
func (c *ManagerClient) RegisterPhoneAccount(ctx context.Context, arg0 int64) error
RegisterPhoneAccount calls the RegisterPhoneAccount RPC.
func (*ManagerClient) ShowInCallScreen ¶ added in v0.0.6
func (c *ManagerClient) ShowInCallScreen(ctx context.Context, arg0 bool) error
ShowInCallScreen calls the ShowInCallScreen RPC.
func (*ManagerClient) SilenceRinger ¶ added in v0.0.6
func (c *ManagerClient) SilenceRinger(ctx context.Context) error
SilenceRinger calls the SilenceRinger RPC.
func (*ManagerClient) UnregisterPhoneAccount ¶ added in v0.0.6
func (c *ManagerClient) UnregisterPhoneAccount(ctx context.Context, arg0 int64) error
UnregisterPhoneAccount calls the UnregisterPhoneAccount RPC.
type PhoneAccountBuilderClient ¶ added in v0.0.6
type PhoneAccountBuilderClient struct {
// contains filtered or unexported fields
}
PhoneAccountBuilderClient wraps the gRPC PhoneAccountBuilderService client.
func NewPhoneAccountBuilderClient ¶ added in v0.0.6
func NewPhoneAccountBuilderClient(cc grpc.ClientConnInterface) *PhoneAccountBuilderClient
NewPhoneAccountBuilderClient creates a new PhoneAccountBuilder client.
func (*PhoneAccountBuilderClient) AddSupportedUriScheme ¶ added in v0.0.6
func (c *PhoneAccountBuilderClient) AddSupportedUriScheme(ctx context.Context, arg0 string) (int64, error)
AddSupportedUriScheme calls the AddSupportedUriScheme RPC.
func (*PhoneAccountBuilderClient) Build ¶ added in v0.0.6
func (c *PhoneAccountBuilderClient) Build(ctx context.Context) (int64, error)
Build calls the Build RPC.
func (*PhoneAccountBuilderClient) ClearSimultaneousCallingRestriction ¶ added in v0.0.6
func (c *PhoneAccountBuilderClient) ClearSimultaneousCallingRestriction(ctx context.Context) (int64, error)
ClearSimultaneousCallingRestriction calls the ClearSimultaneousCallingRestriction RPC.
func (*PhoneAccountBuilderClient) SetAddress ¶ added in v0.0.6
SetAddress calls the SetAddress RPC.
func (*PhoneAccountBuilderClient) SetCapabilities ¶ added in v0.0.6
SetCapabilities calls the SetCapabilities RPC.
func (*PhoneAccountBuilderClient) SetHighlightColor ¶ added in v0.0.6
func (c *PhoneAccountBuilderClient) SetHighlightColor(ctx context.Context, arg0 int32) (int64, error)
SetHighlightColor calls the SetHighlightColor RPC.
func (*PhoneAccountBuilderClient) SetShortDescription ¶ added in v0.0.6
func (c *PhoneAccountBuilderClient) SetShortDescription(ctx context.Context, arg0 string) (int64, error)
SetShortDescription calls the SetShortDescription RPC.
func (*PhoneAccountBuilderClient) SetSubscriptionAddress ¶ added in v0.0.6
func (c *PhoneAccountBuilderClient) SetSubscriptionAddress(ctx context.Context, arg0 int64) (int64, error)
SetSubscriptionAddress calls the SetSubscriptionAddress RPC.
type PhoneAccountClient ¶ added in v0.0.6
type PhoneAccountClient struct {
// contains filtered or unexported fields
}
PhoneAccountClient wraps the gRPC PhoneAccountService client.
func NewPhoneAccountClient ¶ added in v0.0.6
func NewPhoneAccountClient(cc grpc.ClientConnInterface) *PhoneAccountClient
NewPhoneAccountClient creates a new PhoneAccount client.
func (*PhoneAccountClient) DescribeContents ¶ added in v0.0.6
func (c *PhoneAccountClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PhoneAccountClient) GetAccountHandle ¶ added in v0.0.6
func (c *PhoneAccountClient) GetAccountHandle(ctx context.Context) (int64, error)
GetAccountHandle calls the GetAccountHandle RPC.
func (*PhoneAccountClient) GetAddress ¶ added in v0.0.6
func (c *PhoneAccountClient) GetAddress(ctx context.Context) (int64, error)
GetAddress calls the GetAddress RPC.
func (*PhoneAccountClient) GetCapabilities ¶ added in v0.0.6
func (c *PhoneAccountClient) GetCapabilities(ctx context.Context) (int32, error)
GetCapabilities calls the GetCapabilities RPC.
func (*PhoneAccountClient) GetExtras ¶ added in v0.0.6
func (c *PhoneAccountClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*PhoneAccountClient) GetHighlightColor ¶ added in v0.0.6
func (c *PhoneAccountClient) GetHighlightColor(ctx context.Context) (int32, error)
GetHighlightColor calls the GetHighlightColor RPC.
func (*PhoneAccountClient) GetIcon ¶ added in v0.0.6
func (c *PhoneAccountClient) GetIcon(ctx context.Context) (int64, error)
GetIcon calls the GetIcon RPC.
func (*PhoneAccountClient) GetLabel ¶ added in v0.0.6
func (c *PhoneAccountClient) GetLabel(ctx context.Context) (int64, error)
GetLabel calls the GetLabel RPC.
func (*PhoneAccountClient) GetShortDescription ¶ added in v0.0.6
func (c *PhoneAccountClient) GetShortDescription(ctx context.Context) (int64, error)
GetShortDescription calls the GetShortDescription RPC.
func (*PhoneAccountClient) GetSimultaneousCallingRestriction ¶ added in v0.0.6
func (c *PhoneAccountClient) GetSimultaneousCallingRestriction(ctx context.Context) (int64, error)
GetSimultaneousCallingRestriction calls the GetSimultaneousCallingRestriction RPC.
func (*PhoneAccountClient) GetSubscriptionAddress ¶ added in v0.0.6
func (c *PhoneAccountClient) GetSubscriptionAddress(ctx context.Context) (int64, error)
GetSubscriptionAddress calls the GetSubscriptionAddress RPC.
func (*PhoneAccountClient) GetSupportedUriSchemes ¶ added in v0.0.6
func (c *PhoneAccountClient) GetSupportedUriSchemes(ctx context.Context) (int64, error)
GetSupportedUriSchemes calls the GetSupportedUriSchemes RPC.
func (*PhoneAccountClient) HasCapabilities ¶ added in v0.0.6
HasCapabilities calls the HasCapabilities RPC.
func (*PhoneAccountClient) HasSimultaneousCallingRestriction ¶ added in v0.0.6
func (c *PhoneAccountClient) HasSimultaneousCallingRestriction(ctx context.Context) (bool, error)
HasSimultaneousCallingRestriction calls the HasSimultaneousCallingRestriction RPC.
func (*PhoneAccountClient) HashCode ¶ added in v0.0.6
func (c *PhoneAccountClient) HashCode(ctx context.Context) (int32, error)
HashCode calls the HashCode RPC.
func (*PhoneAccountClient) IsEnabled ¶ added in v0.0.6
func (c *PhoneAccountClient) IsEnabled(ctx context.Context) (bool, error)
IsEnabled calls the IsEnabled RPC.
func (*PhoneAccountClient) SupportsUriScheme ¶ added in v0.0.6
SupportsUriScheme calls the SupportsUriScheme RPC.
func (*PhoneAccountClient) ToBuilder ¶ added in v0.0.6
func (c *PhoneAccountClient) ToBuilder(ctx context.Context) (int64, error)
ToBuilder calls the ToBuilder RPC.
func (*PhoneAccountClient) ToString ¶ added in v0.0.6
func (c *PhoneAccountClient) ToString(ctx context.Context) (string, error)
ToString calls the ToString RPC.
func (*PhoneAccountClient) WriteToParcel ¶ added in v0.0.6
WriteToParcel calls the WriteToParcel RPC.
type PhoneAccountHandleClient ¶ added in v0.0.6
type PhoneAccountHandleClient struct {
// contains filtered or unexported fields
}
PhoneAccountHandleClient wraps the gRPC PhoneAccountHandleService client.
func NewPhoneAccountHandleClient ¶ added in v0.0.6
func NewPhoneAccountHandleClient(cc grpc.ClientConnInterface) *PhoneAccountHandleClient
NewPhoneAccountHandleClient creates a new PhoneAccountHandle client.
func (*PhoneAccountHandleClient) DescribeContents ¶ added in v0.0.6
func (c *PhoneAccountHandleClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PhoneAccountHandleClient) Equals ¶ added in v0.0.6
func (c *PhoneAccountHandleClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*PhoneAccountHandleClient) GetComponentName ¶ added in v0.0.6
func (c *PhoneAccountHandleClient) GetComponentName(ctx context.Context, handle int64) (int64, error)
GetComponentName calls the GetComponentName RPC.
func (*PhoneAccountHandleClient) GetUserHandle ¶ added in v0.0.6
GetUserHandle calls the GetUserHandle RPC.
func (*PhoneAccountHandleClient) WriteToParcel ¶ added in v0.0.6
func (c *PhoneAccountHandleClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type PhoneAccountSuggestionClient ¶ added in v0.0.6
type PhoneAccountSuggestionClient struct {
// contains filtered or unexported fields
}
PhoneAccountSuggestionClient wraps the gRPC PhoneAccountSuggestionService client.
func NewPhoneAccountSuggestionClient ¶ added in v0.0.6
func NewPhoneAccountSuggestionClient(cc grpc.ClientConnInterface) *PhoneAccountSuggestionClient
NewPhoneAccountSuggestionClient creates a new PhoneAccountSuggestion client.
func (*PhoneAccountSuggestionClient) DescribeContents ¶ added in v0.0.6
func (c *PhoneAccountSuggestionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*PhoneAccountSuggestionClient) Equals ¶ added in v0.0.6
func (c *PhoneAccountSuggestionClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error)
Equals calls the Equals RPC.
func (*PhoneAccountSuggestionClient) GetPhoneAccountHandle ¶ added in v0.0.6
func (c *PhoneAccountSuggestionClient) GetPhoneAccountHandle(ctx context.Context, handle int64) (int64, error)
GetPhoneAccountHandle calls the GetPhoneAccountHandle RPC.
func (*PhoneAccountSuggestionClient) ShouldAutoSelect ¶ added in v0.0.6
func (c *PhoneAccountSuggestionClient) ShouldAutoSelect(ctx context.Context, handle int64) (bool, error)
ShouldAutoSelect calls the ShouldAutoSelect RPC.
func (*PhoneAccountSuggestionClient) WriteToParcel ¶ added in v0.0.6
func (c *PhoneAccountSuggestionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type QueryLocationExceptionClient ¶ added in v0.0.6
type QueryLocationExceptionClient struct {
// contains filtered or unexported fields
}
QueryLocationExceptionClient wraps the gRPC QueryLocationExceptionService client.
func NewQueryLocationExceptionClient ¶ added in v0.0.6
func NewQueryLocationExceptionClient(cc grpc.ClientConnInterface) *QueryLocationExceptionClient
NewQueryLocationExceptionClient creates a new QueryLocationException client.
func (*QueryLocationExceptionClient) DescribeContents ¶ added in v0.0.6
func (c *QueryLocationExceptionClient) DescribeContents(ctx context.Context, handle int64) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*QueryLocationExceptionClient) WriteToParcel ¶ added in v0.0.6
func (c *QueryLocationExceptionClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type RemoteConferenceCallbackClient ¶ added in v0.0.6
type RemoteConferenceCallbackClient struct {
// contains filtered or unexported fields
}
RemoteConferenceCallbackClient wraps the gRPC RemoteConferenceCallbackService client.
func NewRemoteConferenceCallbackClient ¶ added in v0.0.6
func NewRemoteConferenceCallbackClient(cc grpc.ClientConnInterface) *RemoteConferenceCallbackClient
NewRemoteConferenceCallbackClient creates a new RemoteConferenceCallback client.
func (*RemoteConferenceCallbackClient) OnConnectionAdded ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnConnectionAdded(ctx context.Context, arg0 int64, arg1 int64) error
OnConnectionAdded calls the OnConnectionAdded RPC.
func (*RemoteConferenceCallbackClient) OnConnectionCapabilitiesChanged ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnConnectionCapabilitiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
OnConnectionCapabilitiesChanged calls the OnConnectionCapabilitiesChanged RPC.
func (*RemoteConferenceCallbackClient) OnConnectionPropertiesChanged ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnConnectionPropertiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
OnConnectionPropertiesChanged calls the OnConnectionPropertiesChanged RPC.
func (*RemoteConferenceCallbackClient) OnConnectionRemoved ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnConnectionRemoved(ctx context.Context, arg0 int64, arg1 int64) error
OnConnectionRemoved calls the OnConnectionRemoved RPC.
func (*RemoteConferenceCallbackClient) OnDestroyed ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnDestroyed(ctx context.Context, arg0 int64) error
OnDestroyed calls the OnDestroyed RPC.
func (*RemoteConferenceCallbackClient) OnDisconnected ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnDisconnected(ctx context.Context, arg0 int64, arg1 int64) error
OnDisconnected calls the OnDisconnected RPC.
func (*RemoteConferenceCallbackClient) OnExtrasChanged ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnExtrasChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnExtrasChanged calls the OnExtrasChanged RPC.
func (*RemoteConferenceCallbackClient) OnStateChanged ¶ added in v0.0.6
func (c *RemoteConferenceCallbackClient) OnStateChanged(ctx context.Context, arg0 int64, arg1 int32, arg2 int32) error
OnStateChanged calls the OnStateChanged RPC.
type RemoteConferenceClient ¶ added in v0.0.6
type RemoteConferenceClient struct {
// contains filtered or unexported fields
}
RemoteConferenceClient wraps the gRPC RemoteConferenceService client.
func NewRemoteConferenceClient ¶ added in v0.0.6
func NewRemoteConferenceClient(cc grpc.ClientConnInterface) *RemoteConferenceClient
NewRemoteConferenceClient creates a new RemoteConference client.
func (*RemoteConferenceClient) Disconnect ¶ added in v0.0.6
func (c *RemoteConferenceClient) Disconnect(ctx context.Context) error
Disconnect calls the Disconnect RPC.
func (*RemoteConferenceClient) GetConferenceableConnections ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetConferenceableConnections(ctx context.Context) (int64, error)
GetConferenceableConnections calls the GetConferenceableConnections RPC.
func (*RemoteConferenceClient) GetConnectionCapabilities ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
GetConnectionCapabilities calls the GetConnectionCapabilities RPC.
func (*RemoteConferenceClient) GetConnectionProperties ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetConnectionProperties(ctx context.Context) (int32, error)
GetConnectionProperties calls the GetConnectionProperties RPC.
func (*RemoteConferenceClient) GetConnections ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetConnections(ctx context.Context) (int64, error)
GetConnections calls the GetConnections RPC.
func (*RemoteConferenceClient) GetDisconnectCause ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetDisconnectCause(ctx context.Context) (int64, error)
GetDisconnectCause calls the GetDisconnectCause RPC.
func (*RemoteConferenceClient) GetExtras ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*RemoteConferenceClient) GetState ¶ added in v0.0.6
func (c *RemoteConferenceClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*RemoteConferenceClient) Hold ¶ added in v0.0.6
func (c *RemoteConferenceClient) Hold(ctx context.Context) error
Hold calls the Hold RPC.
func (*RemoteConferenceClient) Merge ¶ added in v0.0.6
func (c *RemoteConferenceClient) Merge(ctx context.Context) error
Merge calls the Merge RPC.
func (*RemoteConferenceClient) PlayDtmfTone ¶ added in v0.0.6
func (c *RemoteConferenceClient) PlayDtmfTone(ctx context.Context, arg0 uint16) error
PlayDtmfTone calls the PlayDtmfTone RPC.
func (*RemoteConferenceClient) RegisterCallback ¶ added in v0.0.6
func (c *RemoteConferenceClient) RegisterCallback(ctx context.Context, arg0 int64) error
RegisterCallback calls the RegisterCallback RPC.
func (*RemoteConferenceClient) Separate ¶ added in v0.0.6
func (c *RemoteConferenceClient) Separate(ctx context.Context, arg0 int64) error
Separate calls the Separate RPC.
func (*RemoteConferenceClient) SetCallAudioState ¶ added in v0.0.6
func (c *RemoteConferenceClient) SetCallAudioState(ctx context.Context, arg0 int64) error
SetCallAudioState calls the SetCallAudioState RPC.
func (*RemoteConferenceClient) StopDtmfTone ¶ added in v0.0.6
func (c *RemoteConferenceClient) StopDtmfTone(ctx context.Context) error
StopDtmfTone calls the StopDtmfTone RPC.
func (*RemoteConferenceClient) Swap ¶ added in v0.0.6
func (c *RemoteConferenceClient) Swap(ctx context.Context) error
Swap calls the Swap RPC.
func (*RemoteConferenceClient) Unhold ¶ added in v0.0.6
func (c *RemoteConferenceClient) Unhold(ctx context.Context) error
Unhold calls the Unhold RPC.
func (*RemoteConferenceClient) UnregisterCallback ¶ added in v0.0.6
func (c *RemoteConferenceClient) UnregisterCallback(ctx context.Context, arg0 int64) error
UnregisterCallback calls the UnregisterCallback RPC.
type RemoteConnectionCallbackClient ¶ added in v0.0.6
type RemoteConnectionCallbackClient struct {
// contains filtered or unexported fields
}
RemoteConnectionCallbackClient wraps the gRPC RemoteConnectionCallbackService client.
func NewRemoteConnectionCallbackClient ¶ added in v0.0.6
func NewRemoteConnectionCallbackClient(cc grpc.ClientConnInterface) *RemoteConnectionCallbackClient
NewRemoteConnectionCallbackClient creates a new RemoteConnectionCallback client.
func (*RemoteConnectionCallbackClient) OnAddressChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnAddressChanged(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error
OnAddressChanged calls the OnAddressChanged RPC.
func (*RemoteConnectionCallbackClient) OnCallerDisplayNameChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnCallerDisplayNameChanged(ctx context.Context, arg0 int64, arg1 string, arg2 int32) error
OnCallerDisplayNameChanged calls the OnCallerDisplayNameChanged RPC.
func (*RemoteConnectionCallbackClient) OnConferenceChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnConferenceChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnConferenceChanged calls the OnConferenceChanged RPC.
func (*RemoteConnectionCallbackClient) OnConnectionCapabilitiesChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnConnectionCapabilitiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
OnConnectionCapabilitiesChanged calls the OnConnectionCapabilitiesChanged RPC.
func (*RemoteConnectionCallbackClient) OnConnectionEvent ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnConnectionEvent(ctx context.Context, arg0 int64, arg1 string, arg2 int64) error
OnConnectionEvent calls the OnConnectionEvent RPC.
func (*RemoteConnectionCallbackClient) OnConnectionPropertiesChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnConnectionPropertiesChanged(ctx context.Context, arg0 int64, arg1 int32) error
OnConnectionPropertiesChanged calls the OnConnectionPropertiesChanged RPC.
func (*RemoteConnectionCallbackClient) OnDestroyed ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnDestroyed(ctx context.Context, arg0 int64) error
OnDestroyed calls the OnDestroyed RPC.
func (*RemoteConnectionCallbackClient) OnDisconnected ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnDisconnected(ctx context.Context, arg0 int64, arg1 int64) error
OnDisconnected calls the OnDisconnected RPC.
func (*RemoteConnectionCallbackClient) OnExtrasChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnExtrasChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnExtrasChanged calls the OnExtrasChanged RPC.
func (*RemoteConnectionCallbackClient) OnPostDialChar ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnPostDialChar(ctx context.Context, arg0 int64, arg1 uint16) error
OnPostDialChar calls the OnPostDialChar RPC.
func (*RemoteConnectionCallbackClient) OnPostDialWait ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnPostDialWait(ctx context.Context, arg0 int64, arg1 string) error
OnPostDialWait calls the OnPostDialWait RPC.
func (*RemoteConnectionCallbackClient) OnRingbackRequested ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnRingbackRequested(ctx context.Context, arg0 int64, arg1 bool) error
OnRingbackRequested calls the OnRingbackRequested RPC.
func (*RemoteConnectionCallbackClient) OnStateChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnStateChanged(ctx context.Context, arg0 int64, arg1 int32) error
OnStateChanged calls the OnStateChanged RPC.
func (*RemoteConnectionCallbackClient) OnStatusHintsChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnStatusHintsChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnStatusHintsChanged calls the OnStatusHintsChanged RPC.
func (*RemoteConnectionCallbackClient) OnVideoProviderChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnVideoProviderChanged(ctx context.Context, arg0 int64, arg1 int64) error
OnVideoProviderChanged calls the OnVideoProviderChanged RPC.
func (*RemoteConnectionCallbackClient) OnVideoStateChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnVideoStateChanged(ctx context.Context, arg0 int64, arg1 int32) error
OnVideoStateChanged calls the OnVideoStateChanged RPC.
func (*RemoteConnectionCallbackClient) OnVoipAudioChanged ¶ added in v0.0.6
func (c *RemoteConnectionCallbackClient) OnVoipAudioChanged(ctx context.Context, arg0 int64, arg1 bool) error
OnVoipAudioChanged calls the OnVoipAudioChanged RPC.
type RemoteConnectionClient ¶ added in v0.0.6
type RemoteConnectionClient struct {
// contains filtered or unexported fields
}
RemoteConnectionClient wraps the gRPC RemoteConnectionService client.
func NewRemoteConnectionClient ¶ added in v0.0.6
func NewRemoteConnectionClient(cc grpc.ClientConnInterface) *RemoteConnectionClient
NewRemoteConnectionClient creates a new RemoteConnection client.
func (*RemoteConnectionClient) Abort ¶ added in v0.0.6
func (c *RemoteConnectionClient) Abort(ctx context.Context) error
Abort calls the Abort RPC.
func (*RemoteConnectionClient) Answer ¶ added in v0.0.6
func (c *RemoteConnectionClient) Answer(ctx context.Context) error
Answer calls the Answer RPC.
func (*RemoteConnectionClient) Disconnect ¶ added in v0.0.6
func (c *RemoteConnectionClient) Disconnect(ctx context.Context) error
Disconnect calls the Disconnect RPC.
func (*RemoteConnectionClient) GetAddress ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetAddress(ctx context.Context) (int64, error)
GetAddress calls the GetAddress RPC.
func (*RemoteConnectionClient) GetAddressPresentation ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetAddressPresentation(ctx context.Context) (int32, error)
GetAddressPresentation calls the GetAddressPresentation RPC.
func (*RemoteConnectionClient) GetCallerDisplayName ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetCallerDisplayName(ctx context.Context) (int64, error)
GetCallerDisplayName calls the GetCallerDisplayName RPC.
func (*RemoteConnectionClient) GetCallerDisplayNamePresentation ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetCallerDisplayNamePresentation(ctx context.Context) (int32, error)
GetCallerDisplayNamePresentation calls the GetCallerDisplayNamePresentation RPC.
func (*RemoteConnectionClient) GetConference ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetConference(ctx context.Context) (int64, error)
GetConference calls the GetConference RPC.
func (*RemoteConnectionClient) GetConferenceableConnections ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetConferenceableConnections(ctx context.Context) (int64, error)
GetConferenceableConnections calls the GetConferenceableConnections RPC.
func (*RemoteConnectionClient) GetConnectionCapabilities ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetConnectionCapabilities(ctx context.Context) (int32, error)
GetConnectionCapabilities calls the GetConnectionCapabilities RPC.
func (*RemoteConnectionClient) GetConnectionProperties ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetConnectionProperties(ctx context.Context) (int32, error)
GetConnectionProperties calls the GetConnectionProperties RPC.
func (*RemoteConnectionClient) GetDisconnectCause ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetDisconnectCause(ctx context.Context) (int64, error)
GetDisconnectCause calls the GetDisconnectCause RPC.
func (*RemoteConnectionClient) GetExtras ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetExtras(ctx context.Context) (int64, error)
GetExtras calls the GetExtras RPC.
func (*RemoteConnectionClient) GetState ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetState(ctx context.Context) (int32, error)
GetState calls the GetState RPC.
func (*RemoteConnectionClient) GetStatusHints ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetStatusHints(ctx context.Context) (int64, error)
GetStatusHints calls the GetStatusHints RPC.
func (*RemoteConnectionClient) GetVideoProvider ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetVideoProvider(ctx context.Context) (int64, error)
GetVideoProvider calls the GetVideoProvider RPC.
func (*RemoteConnectionClient) GetVideoState ¶ added in v0.0.6
func (c *RemoteConnectionClient) GetVideoState(ctx context.Context) (int32, error)
GetVideoState calls the GetVideoState RPC.
func (*RemoteConnectionClient) Hold ¶ added in v0.0.6
func (c *RemoteConnectionClient) Hold(ctx context.Context) error
Hold calls the Hold RPC.
func (*RemoteConnectionClient) IsRingbackRequested ¶ added in v0.0.6
func (c *RemoteConnectionClient) IsRingbackRequested(ctx context.Context) (bool, error)
IsRingbackRequested calls the IsRingbackRequested RPC.
func (*RemoteConnectionClient) IsVoipAudioMode ¶ added in v0.0.6
func (c *RemoteConnectionClient) IsVoipAudioMode(ctx context.Context) (bool, error)
IsVoipAudioMode calls the IsVoipAudioMode RPC.
func (*RemoteConnectionClient) PlayDtmfTone ¶ added in v0.0.6
func (c *RemoteConnectionClient) PlayDtmfTone(ctx context.Context, arg0 uint16) error
PlayDtmfTone calls the PlayDtmfTone RPC.
func (*RemoteConnectionClient) PostDialContinue ¶ added in v0.0.6
func (c *RemoteConnectionClient) PostDialContinue(ctx context.Context, arg0 bool) error
PostDialContinue calls the PostDialContinue RPC.
func (*RemoteConnectionClient) PullExternalCall ¶ added in v0.0.6
func (c *RemoteConnectionClient) PullExternalCall(ctx context.Context) error
PullExternalCall calls the PullExternalCall RPC.
func (*RemoteConnectionClient) RegisterCallback ¶ added in v0.0.6
func (c *RemoteConnectionClient) RegisterCallback(ctx context.Context, arg0 int64) error
RegisterCallback calls the RegisterCallback RPC.
func (*RemoteConnectionClient) Reject ¶ added in v0.0.6
func (c *RemoteConnectionClient) Reject(ctx context.Context) error
Reject calls the Reject RPC.
func (*RemoteConnectionClient) SetCallAudioState ¶ added in v0.0.6
func (c *RemoteConnectionClient) SetCallAudioState(ctx context.Context, arg0 int64) error
SetCallAudioState calls the SetCallAudioState RPC.
func (*RemoteConnectionClient) StopDtmfTone ¶ added in v0.0.6
func (c *RemoteConnectionClient) StopDtmfTone(ctx context.Context) error
StopDtmfTone calls the StopDtmfTone RPC.
func (*RemoteConnectionClient) Unhold ¶ added in v0.0.6
func (c *RemoteConnectionClient) Unhold(ctx context.Context) error
Unhold calls the Unhold RPC.
func (*RemoteConnectionClient) UnregisterCallback ¶ added in v0.0.6
func (c *RemoteConnectionClient) UnregisterCallback(ctx context.Context, arg0 int64) error
UnregisterCallback calls the UnregisterCallback RPC.
type RemoteConnectionVideoProviderClient ¶ added in v0.0.6
type RemoteConnectionVideoProviderClient struct {
// contains filtered or unexported fields
}
RemoteConnectionVideoProviderClient wraps the gRPC RemoteConnectionVideoProviderService client.
func NewRemoteConnectionVideoProviderClient ¶ added in v0.0.6
func NewRemoteConnectionVideoProviderClient(cc grpc.ClientConnInterface) *RemoteConnectionVideoProviderClient
NewRemoteConnectionVideoProviderClient creates a new RemoteConnectionVideoProvider client.
func (*RemoteConnectionVideoProviderClient) RegisterCallback ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) RegisterCallback(ctx context.Context, arg0 int64) error
RegisterCallback calls the RegisterCallback RPC.
func (*RemoteConnectionVideoProviderClient) RequestCallDataUsage ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) RequestCallDataUsage(ctx context.Context) error
RequestCallDataUsage calls the RequestCallDataUsage RPC.
func (*RemoteConnectionVideoProviderClient) RequestCameraCapabilities ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) RequestCameraCapabilities(ctx context.Context) error
RequestCameraCapabilities calls the RequestCameraCapabilities RPC.
func (*RemoteConnectionVideoProviderClient) SendSessionModifyRequest ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SendSessionModifyRequest(ctx context.Context, arg0 int64, arg1 int64) error
SendSessionModifyRequest calls the SendSessionModifyRequest RPC.
func (*RemoteConnectionVideoProviderClient) SendSessionModifyResponse ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SendSessionModifyResponse(ctx context.Context, arg0 int64) error
SendSessionModifyResponse calls the SendSessionModifyResponse RPC.
func (*RemoteConnectionVideoProviderClient) SetCamera ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SetCamera(ctx context.Context, arg0 string) error
SetCamera calls the SetCamera RPC.
func (*RemoteConnectionVideoProviderClient) SetDeviceOrientation ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SetDeviceOrientation(ctx context.Context, arg0 int32) error
SetDeviceOrientation calls the SetDeviceOrientation RPC.
func (*RemoteConnectionVideoProviderClient) SetDisplaySurface ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SetDisplaySurface(ctx context.Context, arg0 int64) error
SetDisplaySurface calls the SetDisplaySurface RPC.
func (*RemoteConnectionVideoProviderClient) SetPauseImage ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SetPauseImage(ctx context.Context, arg0 int64) error
SetPauseImage calls the SetPauseImage RPC.
func (*RemoteConnectionVideoProviderClient) SetPreviewSurface ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SetPreviewSurface(ctx context.Context, arg0 int64) error
SetPreviewSurface calls the SetPreviewSurface RPC.
func (*RemoteConnectionVideoProviderClient) SetZoom ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) SetZoom(ctx context.Context, arg0 float32) error
SetZoom calls the SetZoom RPC.
func (*RemoteConnectionVideoProviderClient) UnregisterCallback ¶ added in v0.0.6
func (c *RemoteConnectionVideoProviderClient) UnregisterCallback(ctx context.Context, arg0 int64) error
UnregisterCallback calls the UnregisterCallback RPC.
type StatusHintsClient ¶ added in v0.0.6
type StatusHintsClient struct {
// contains filtered or unexported fields
}
StatusHintsClient wraps the gRPC StatusHintsService client.
func NewStatusHintsClient ¶ added in v0.0.6
func NewStatusHintsClient(cc grpc.ClientConnInterface) *StatusHintsClient
NewStatusHintsClient creates a new StatusHints client.
func (*StatusHintsClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*StatusHintsClient) WriteToParcel ¶ added in v0.0.6
func (c *StatusHintsClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type VideoProfileCameraCapabilitiesClient ¶ added in v0.0.6
type VideoProfileCameraCapabilitiesClient struct {
// contains filtered or unexported fields
}
VideoProfileCameraCapabilitiesClient wraps the gRPC VideoProfileCameraCapabilitiesService client.
func NewVideoProfileCameraCapabilitiesClient ¶ added in v0.0.6
func NewVideoProfileCameraCapabilitiesClient(cc grpc.ClientConnInterface) *VideoProfileCameraCapabilitiesClient
NewVideoProfileCameraCapabilitiesClient creates a new VideoProfileCameraCapabilities client.
func (*VideoProfileCameraCapabilitiesClient) DescribeContents ¶ added in v0.0.6
func (c *VideoProfileCameraCapabilitiesClient) DescribeContents(ctx context.Context) (int32, error)
DescribeContents calls the DescribeContents RPC.
func (*VideoProfileCameraCapabilitiesClient) GetHeight ¶ added in v0.0.6
func (c *VideoProfileCameraCapabilitiesClient) GetHeight(ctx context.Context) (int32, error)
GetHeight calls the GetHeight RPC.
func (*VideoProfileCameraCapabilitiesClient) GetMaxZoom ¶ added in v0.0.6
func (c *VideoProfileCameraCapabilitiesClient) GetMaxZoom(ctx context.Context) (float32, error)
GetMaxZoom calls the GetMaxZoom RPC.
func (*VideoProfileCameraCapabilitiesClient) GetWidth ¶ added in v0.0.6
func (c *VideoProfileCameraCapabilitiesClient) GetWidth(ctx context.Context) (int32, error)
GetWidth calls the GetWidth RPC.
func (*VideoProfileCameraCapabilitiesClient) IsZoomSupported ¶ added in v0.0.6
func (c *VideoProfileCameraCapabilitiesClient) IsZoomSupported(ctx context.Context) (bool, error)
IsZoomSupported calls the IsZoomSupported RPC.
func (*VideoProfileCameraCapabilitiesClient) WriteToParcel ¶ added in v0.0.6
func (c *VideoProfileCameraCapabilitiesClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.
type VideoProfileClient ¶ added in v0.0.6
type VideoProfileClient struct {
// contains filtered or unexported fields
}
VideoProfileClient wraps the gRPC VideoProfileService client.
func NewVideoProfileClient ¶ added in v0.0.6
func NewVideoProfileClient(cc grpc.ClientConnInterface) *VideoProfileClient
NewVideoProfileClient creates a new VideoProfile client.
func (*VideoProfileClient) DescribeContents ¶ added in v0.0.6
DescribeContents calls the DescribeContents RPC.
func (*VideoProfileClient) GetQuality ¶ added in v0.0.6
GetQuality calls the GetQuality RPC.
func (*VideoProfileClient) GetVideoState ¶ added in v0.0.6
GetVideoState calls the GetVideoState RPC.
func (*VideoProfileClient) IsAudioOnly ¶ added in v0.0.6
func (c *VideoProfileClient) IsAudioOnly(ctx context.Context, handle int64, arg0 int32) (bool, error)
IsAudioOnly calls the IsAudioOnly RPC.
func (*VideoProfileClient) IsBidirectional ¶ added in v0.0.6
func (c *VideoProfileClient) IsBidirectional(ctx context.Context, handle int64, arg0 int32) (bool, error)
IsBidirectional calls the IsBidirectional RPC.
func (*VideoProfileClient) IsReceptionEnabled ¶ added in v0.0.6
func (c *VideoProfileClient) IsReceptionEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error)
IsReceptionEnabled calls the IsReceptionEnabled RPC.
func (*VideoProfileClient) IsTransmissionEnabled ¶ added in v0.0.6
func (c *VideoProfileClient) IsTransmissionEnabled(ctx context.Context, handle int64, arg0 int32) (bool, error)
IsTransmissionEnabled calls the IsTransmissionEnabled RPC.
func (*VideoProfileClient) VideoStateToString ¶ added in v0.0.6
func (c *VideoProfileClient) VideoStateToString(ctx context.Context, handle int64, arg0 int32) (string, error)
VideoStateToString calls the VideoStateToString RPC.
func (*VideoProfileClient) WriteToParcel ¶ added in v0.0.6
func (c *VideoProfileClient) WriteToParcel(ctx context.Context, handle int64, arg0 int64, arg1 int32) error
WriteToParcel calls the WriteToParcel RPC.