|
Unity Video SDK API Reference Documentation
|
Data Fields | |
| string | msgId |
| ZMVideoSDKUser | senderUser |
| ZMVideoSDKUser | receiverUser |
| string | content |
| long | timeStamp |
| bool | isChatToAll |
| bool | isSelfSend |
Definition at line 188 of file ZMVideoSDKStructs.cs.
| string ZMVideoSDKChatMessage.content |
Definition at line 196 of file ZMVideoSDKStructs.cs.
| bool ZMVideoSDKChatMessage.isChatToAll |
Definition at line 200 of file ZMVideoSDKStructs.cs.
| bool ZMVideoSDKChatMessage.isSelfSend |
Definition at line 202 of file ZMVideoSDKStructs.cs.
| string ZMVideoSDKChatMessage.msgId |
Definition at line 190 of file ZMVideoSDKStructs.cs.
| ZMVideoSDKUser ZMVideoSDKChatMessage.receiverUser |
Definition at line 194 of file ZMVideoSDKStructs.cs.
| ZMVideoSDKUser ZMVideoSDKChatMessage.senderUser |
Definition at line 192 of file ZMVideoSDKStructs.cs.
| long ZMVideoSDKChatMessage.timeStamp |
Definition at line 198 of file ZMVideoSDKStructs.cs.