RTC Signaling Messages
RC built-in message types include RTC signaling messages, which are used for implementing SDK business functionalities. Developers don't need to process these messages.
Message Type | ObjectName | Affects Unread Count | Client Storage Behavior | Offline Message Cache | Push Notification |
---|---|---|---|---|---|
RTC Call Accept | RC:VCAccept | No | Not stored | Supported | Enabled by default |
RTC Call Hangup | RC:VCHangup | No | Not stored | Supported | Enabled by default |
RTC Call Invitation | RC:VCInvite | No | Not stored | Supported | Enabled by default |
RTC Media Switch | RC:VCModifyMedia | No | Not stored | Supported | Enabled by default |
RTC Participant Change | RC:VCModifyMem | No | Not stored | Supported | Enabled by default |
RTC Call Ringing | RC:VCRinging | No | Not stored | Supported | Enabled by default |
These message types will appear in:
- IM client history messages
- Server-side Post-messaging Callback
- Message history logs
The Pre-messaging Callback service supports configuration for these message types.
For detailed message structure specifications, see Signaling Messages.