ICallEventCallback.OnCallStreamingFailed(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.