Package ai.nexconn.chat.bridge
Object RTCMessage.Companion
-
- All Implemented Interfaces:
public class RTCMessage.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RTCMessage.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final RTCMessageobtain(String targetId, Integer conversationType, RTCMessageContent content)Creates an RTCMessage instance. -
-
Method Detail
-
obtain
final RTCMessage obtain(String targetId, Integer conversationType, RTCMessageContent content)
Creates an RTCMessage instance.
- Parameters:
targetId- Target IDconversationType- Conversation typecontent- Message content- Returns:
RTCMessage instance.
-
-
-
-