Browse SDKs · iOS
SDKsiOS

Create an audio message from a URL

Create an audio message from a previously uploaded URL with OpenIM iOS SDK.

Copy
OIMMessageInfo *message =
    [OIMMessageInfo createSoundMessageByURL:uploadedURL
                                    duration:durationSeconds
                                        size:uploadedSize];

The URL, duration in seconds, and size in bytes must come from an actual upload result. Send the returned object with sendMessageNotOss:....