Freigeben über


ICallEventCallback.OnCallStreamingFailed(Int32) Method

Definition

Telecom is informing the client user requested call streaming but the stream can't be started.

[Android.Runtime.Register("onCallStreamingFailed", "(I)V", "GetOnCallStreamingFailed_IHandler:Android.Telecom.ICallEventCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public void OnCallStreamingFailed (int reason);
[<Android.Runtime.Register("onCallStreamingFailed", "(I)V", "GetOnCallStreamingFailed_IHandler:Android.Telecom.ICallEventCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member OnCallStreamingFailed : int -> unit

Parameters

reason
Int32

Code to indicate the reason of this failure

Attributes

Remarks

Telecom is informing the client user requested call streaming but the stream can't be started.

Java documentation for android.telecom.CallEventCallback.onCallStreamingFailed(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to