Actions
バグ #1372
closedECのprofileのOwner/participantsが正しく設定されていない。
Status:
終了
Priority:
通常
Assignee:
-
Target version:
-
Start date:
04/01/2010
Due date:
% Done:
100%
Estimated time:
Updated by Anonymous about 15 years ago
ECのprofile情報について以下の修正をしましたので、Python、Javaへの反映をお願いいたします。
具体的には、
1. コンストラクタでのEC profileの初期化の見直し
2. bindComponent(RTC初期化時に呼ばれるはず)での、
profileへのownerの参照の代入
3. デストラクタでのprofileへのownerの削除 (Python、Javaでは不要?)
4. add_component での profile.participants へのRTC参照の追加
5. remove_componentでのprofile.participantsからのRTC参照の削除
が変更点です。
Updated by Anonymous about 15 years ago
プロファイルの owner と participants を設定/削除する処理を追加 r327
Actions