NIM SDK API  9.0.0
Public Attributes | List of all members
nim::SignalingNotifyInfoInvite Struct Reference

邀请事件通知信息,event_type_=kNIMSignalingEventTypeInvite More...

#include <nim_signaling_helper.h>

Inheritance diagram for nim::SignalingNotifyInfoInvite:
nim::SignalingNotifyInfo

Public Attributes

std::string to_account_id_
 
std::string request_id_
 
SignalingPushInfo push_info_
 
- Public Attributes inherited from nim::SignalingNotifyInfo
enum NIMSignalingEventType event_type_
 
struct SignalingChannelInfo channel_info_
 
std::string from_account_id_
 
std::string custom_info_
 
uint64_t timestamp_
 

Additional Inherited Members

- Static Public Member Functions inherited from nim::SignalingNotifyInfo
static std::shared_ptr< SignalingNotifyInfoGetSharedPtr (const NIMSignalingNotifyInfo *c_info)
 将C的结构体转成C++的结构体智能指针
 

Detailed Description

邀请事件通知信息,event_type_=kNIMSignalingEventTypeInvite

Member Data Documentation

◆ push_info_

SignalingPushInfo nim::SignalingNotifyInfoInvite::push_info_

推送信息

◆ request_id_

std::string nim::SignalingNotifyInfoInvite::request_id_

邀请者邀请的请求id,用于被邀请者回传request_id_作对应的回应操作

◆ to_account_id_

std::string nim::SignalingNotifyInfoInvite::to_account_id_

被邀请者的账号


The documentation for this struct was generated from the following file: