getId method

String getId ()

获取聊天室ID

Implementation

String getId(){
  return _roomId;
}