Parameters for issuing an RTC video room token.

interface FFCIssueRtcVideoRoomTokenParams {
    customData: any;
    password: string;
}

Properties

Properties

customData: any

Additional custom data included in the token request.

password: string

The password required to access the video room.