MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / open

Method open

Src/Channel/ICE/ChannelIce.cpp:255–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255bool CChannelIce::open(const QString &user, const QString &peer, bool bChannelId)
256{
257 bool bRet = false;
258 m_szPeerUser = peer;
259 m_szUser = user;
260 if(bChannelId)
261 m_szChannelId = GenerateID("c_");
262 int nRet = CreateDataChannel(bChannelId);
263 if(nRet) return false;
264 return true;
265}
266
267bool CChannelIce::open(const QString &fromUser, const QString &toUser,
268 const QString &channelId, const QString &type,

Callers 1

OpenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected