HangUpOptions Class

  • java.lang.Object
    • com.azure.android.communication.calling.HangUpOptions

public class HangUpOptions

Property bag class for hanging up a call

Constructor Summary

Constructor Description
HangUpOptions()

Creates a new instance with a default configuration

Method Summary

Modifier and Type Method and Description
void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

boolean isForEveryone()

Use to determine whether the current call should be terminated for all participant on the call or not

HangUpOptions setForEveryone(boolean value)

Use to determine whether the current call should be terminated for all participant on the call or not

Constructor Details

HangUpOptions

public HangUpOptions()

Creates a new instance with a default configuration

Method Details

finalize

protected void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

isForEveryone

public boolean isForEveryone()

Use to determine whether the current call should be terminated for all participant on the call or not

setForEveryone

public HangUpOptions setForEveryone(boolean value)

Use to determine whether the current call should be terminated for all participant on the call or not

Parameters:

value - The new value.

Applies to