Unity Video SDK API Reference Documentation
Loading...
Searching...
No Matches
ZMVideoSDKChatMessage Struct Reference

Data Fields

string msgId
 
ZMVideoSDKUser senderUser
 
ZMVideoSDKUser receiverUser
 
string content
 
long timeStamp
 
bool isChatToAll
 
bool isSelfSend
 

Detailed Description

Definition at line 188 of file ZMVideoSDKStructs.cs.

Field Documentation

◆ content

string ZMVideoSDKChatMessage.content

Definition at line 196 of file ZMVideoSDKStructs.cs.

◆ isChatToAll

bool ZMVideoSDKChatMessage.isChatToAll

Definition at line 200 of file ZMVideoSDKStructs.cs.

◆ isSelfSend

bool ZMVideoSDKChatMessage.isSelfSend

Definition at line 202 of file ZMVideoSDKStructs.cs.

◆ msgId

string ZMVideoSDKChatMessage.msgId

Definition at line 190 of file ZMVideoSDKStructs.cs.

◆ receiverUser

ZMVideoSDKUser ZMVideoSDKChatMessage.receiverUser

Definition at line 194 of file ZMVideoSDKStructs.cs.

◆ senderUser

ZMVideoSDKUser ZMVideoSDKChatMessage.senderUser

Definition at line 192 of file ZMVideoSDKStructs.cs.

◆ timeStamp

long ZMVideoSDKChatMessage.timeStamp

Definition at line 198 of file ZMVideoSDKStructs.cs.