AdmitParticipantsResult Class

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

public class AdmitParticipantsResult

Result for Lobby admit operation

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.

List<RemoteParticipant> getFailedParticipants()

Get a list of remote participants that are failed during admit operation

int getSuccessCount()

Gets the number of successfully admitted participants

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.

getFailedParticipants

public List getFailedParticipants()

Get a list of remote participants that are failed during admit operation

getSuccessCount

public int getSuccessCount()

Gets the number of successfully admitted participants

Applies to