send_message#

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

Blocking version of omni.client.send_message_with_callback()

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