Interface WebcastInRoomBannerMessage

interface WebcastInRoomBannerMessage {
    data: string;
    type: "WebcastInRoomBannerMessage";
}

Properties

Properties

data: string
type: "WebcastInRoomBannerMessage"