GroupCallLocator Class

  • java.lang.Object

public class GroupCallLocator extends JoinMeetingLocator

Options for joining a group call

Constructor Summary

Constructor Description
GroupCallLocator(java.util.UUID groupId)

Creates a new instance with a groupId

Method Summary

Modifier and Type Method and Description
java.util.UUID getGroupId()

Gets the unique identifier for the group conversation

Inherited Members

Constructor Details

GroupCallLocator

public GroupCallLocator(java.util.UUID groupId)

Creates a new instance with a groupId

Parameters:

groupId - A Guid representing the group to join.

Method Details

getGroupId

public java.util.UUID getGroupId()

Gets the unique identifier for the group conversation

Applies to