SDKsAndroid
Create a video message from URLs
Use VideoElem to create a video message for an uploaded resource.
Populate VideoElem with the remote video and thumbnail information, then create the message.
Message message = OpenIMClient.getInstance().messageManager.createVideoMessageByURL(videoElem);Was this page helpful?