send_message_async#

async omni.client.send_message_async(
join_request_id: int,
content: bytes,
) Result#

Asynchronous version of omni.client.send_message_with_callback()

Deprecated: channels are deprecated and must not be used. Use omni.client.live_send_message_async` with :py:func:`omni.client.live_join_session_with_callback() instead.