Conference.RingbackRequested Property
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.
Returns whether this conference is requesting that the system play a ringback tone on its behalf. -or- Requests that the framework play a ringback tone.
public bool RingbackRequested { [Android.Runtime.Register("isRingbackRequested", "()Z", "", ApiSince=31)] get; [Android.Runtime.Register("setRingbackRequested", "(Z)V", "", ApiSince=31)] set; }
[<get: Android.Runtime.Register("isRingbackRequested", "()Z", "", ApiSince=31)>]
[<set: Android.Runtime.Register("setRingbackRequested", "(Z)V", "", ApiSince=31)>]
member this.RingbackRequested : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns whether this conference is requesting that the system play a ringback tone on its behalf. A ringback tone may be played when an outgoing conference is in the process of connecting to give the user an audible indication of that process.
Java documentation for android.telecom.Conference.isRingbackRequested()
.
Property setter documentation:
Requests that the framework play a ringback tone. This is to be invoked by implementations that do not play a ringback tone themselves in the conference's audio stream.
Java documentation for android.telecom.Conference.setRingbackRequested(boolean)
.
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.