[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/realtime/realtimekit/core/api-reference/rtkmeta/ [Back]  [Original]

RTKMeta Cloudflare Realtime docsSkip to content
SearchCtrlKLog in
  1. Home
  2. /Realtime
  3. /
  4. /API Reference
  5. /RTKMeta

RTKMeta

Last updated Jul 22, 2026Copy as MarkdownView as MarkdownAgent setup
Overviewmeeting.meta.selfActiveTabmeeting.meta.broadcastTabChangesmeeting.meta.viewTypemeeting.meta.meetingStartedTimestampmeeting.meta.meetingTitlemeeting.meta.sessionIdmeeting.meta.meetingIdmeeting.meta.setBroadcastTabChanges(broadcastTabChanges)meeting.meta.setSelfActiveTab(spotlightTab, tabChangeSource)

This consists of the metadata of the meeting, such as the room name and the title.

meeting.meta.selfActiveTab

Represents the current active tab

Kind: instance property of RTKMeta

meeting.meta.broadcastTabChanges

Represents whether current user is spotlighted

Kind: instance property of RTKMeta

meeting.meta.viewType

The viewType tells the type of the meeting possible values are: GROUP_CALL| LIVESTREAM | CHAT | AUDIO_ROOM

Kind: instance property of RTKMeta

meeting.meta.meetingStartedTimestamp

The timestamp of the time when the meeting started.

Kind: instance property of RTKMeta

meeting.meta.meetingTitle

The title of the meeting.

Kind: instance property of RTKMeta

meeting.meta.sessionId

(Experimental) The sessionId this meeting object is part of.

Kind: instance property of RTKMeta

meeting.meta.meetingId

The room name of the meeting.

Kind: instance property of RTKMeta

meeting.meta.setBroadcastTabChanges(broadcastTabChanges)

Sets current user as broadcasting tab changes

Kind: instance method of RTKMeta

Param Type
broadcastTabChanges boolean

meeting.meta.setSelfActiveTab(spotlightTab, tabChangeSource)

Sets current active tab for user

Kind: instance method of RTKMeta

Param Type
spotlightTab ActiveTab
tabChangeSource TabChangeSource
PreviousRTKLivestreamNextRTKParticipant

Was this helpful?

YesNo
Edit pageReport issue
[]

Web Proxy Viewer  |  New URL  |  Original Page