sendRTCDirectMessage

public void sendRTCDirectMessage(String targetId, MessageContent content, Array<String> userIds, String pushContent, String pushData, SendMessageOption option, boolean isFilterBlackList, IRongCoreCallback.ISendMessageCallback callback)

Sends an RTC targeted message, which can be received by users not in the room.

Parameters

targetId

The room ID.

content

The message content.

userIds

The message recipients.

pushContent

The push content.

pushData

The push data.

option

Whether to enable VoIP push.

isFilterBlackList

Whether to filter the blocklist. Applies to one-to-one chats but not group chats.

callback

The callback function.