|
void | AddEventListener (EventListener *listener) |
| イベントを購読します。
|
|
void | RemoveEventListener (EventListener *listener) |
| イベントの購読を中止します。
|
|
bool | UpdateMetadata (const std::string &metadata) |
| Metadataを更新します
|
|
bool | Leave () |
| Channelから退室します。
|
|
std::string | Id () const |
| Idを取得します。
|
|
boost::optional< std::string > | Name () const |
| Nameを取得します。
|
|
boost::optional< std::string > | Metadata () const |
| Metadataを取得します。
|
|
model::MemberType | Type () const |
| MemberTypeを取得します。
|
|
std::string | Subtype () const |
| Subtypeを取得します。
|
|
model::Side | Side () const |
| Side(LocalかRemoteか)を取得します。
|
|
MemberState | State () const |
| State(Memberの入室状態)を取得します。
|
|
std::vector< Publication * > | Publications () const |
| 自身が持つ全てのPublicationを取得します。
|
|
std::vector< Subscription * > | Subscriptions () const |
| 自身が持つ全てのSubscriptionを取得します。
|
|
LocalPersonおよびRemoteMemberの基底クラス