Class InviteUsersToCall
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.state.CallAction
public final class InviteUsersToCall implements CallAction
Action to invite other users to a call.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ParticipantState>users
-
Constructor Summary
Constructors Constructor Description InviteUsersToCall(List<ParticipantState> users)
-
Method Summary
Modifier and Type Method Description final List<ParticipantState>getUsers()-
-
Constructor Detail
-
InviteUsersToCall
InviteUsersToCall(List<ParticipantState> users)
-
-
Method Detail
-
getUsers
final List<ParticipantState> getUsers()
-
-
-
-