Interface PlaceKickReason

Reason for kicking a user from a chat

interface PlaceKickReason {
    reason: string;
}

Properties

Properties

reason: string

Reason for ending the call (required)