Group
A group instance.
This class allows performing actions over this specific group like adding, expelling or checking its participants.
Functions
Link copied to clipboard
Adds a new participant to this group. Note: The user needs to be the group's owner.
Link copied to clipboard
Update ringing strategy for this group.
Link copied to clipboard
fun hasParticipant(participant: Contact, onCompletion: (Either<Boolean, SippoResourceError>) -> Unit)
Checks if a participant belongs to this group.
Link copied to clipboard
Leaves this group.
Link copied to clipboard
Removes a participant from this group. Note: The user needs to be the group's owner.
Link copied to clipboard
Removes all participants from this group. Note: The user needs to be the group's owner.
Link copied to clipboard
Reorder the participant list for this group.
Link copied to clipboard
Updates the group name. Note: The user needs to be the group's owner.