ConnectionService.OnCreateConferenceComplete(Conference) 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.
Called by Telecom after the Conference returned by
#onCreateIncomingConference(PhoneAccountHandle, ConnectionRequest)
or #onCreateOutgoingConference(PhoneAccountHandle, ConnectionRequest) has been
added to the ConnectionService and sent to Telecom.
[Android.Runtime.Register("onCreateConferenceComplete", "(Landroid/telecom/Conference;)V", "GetOnCreateConferenceComplete_Landroid_telecom_Conference_Handler", ApiSince=36)]
public virtual void OnCreateConferenceComplete(Android.Telecom.Conference conference);
[<Android.Runtime.Register("onCreateConferenceComplete", "(Landroid/telecom/Conference;)V", "GetOnCreateConferenceComplete_Landroid_telecom_Conference_Handler", ApiSince=36)>]
abstract member OnCreateConferenceComplete : Android.Telecom.Conference -> unit
override this.OnCreateConferenceComplete : Android.Telecom.Conference -> unit
Parameters
- conference
- Conference
the Conference which was added to Telecom.
- Attributes
Remarks
Called by Telecom after the Conference returned by #onCreateIncomingConference(PhoneAccountHandle, ConnectionRequest) or #onCreateOutgoingConference(PhoneAccountHandle, ConnectionRequest) has been added to the ConnectionService and sent to Telecom.
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.