void SendNews(CString sip,CString msg)
{
std::string str= CUtility::string_To_UTF8(msg.GetString());
LinphoneChatRoom* chat_room = linphone_core_get_chat_room_from_uri(the_core, sip.GetString());
linphone_chat_room_send_message(chat_room, str.c_str());
}

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2021-07-29
  • 2022-01-22
  • 2021-12-29
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2021-12-03
  • 2022-01-12
  • 2022-12-23
相关资源
相似解决方案