let remonCall = RemonCall()
remonCall.fetchCalls { (err, results) in
//검색 중에 발생한 에러는 remonCall.onError()를 호출 하지 않습니다.
print(err.localizedDescription)
} else if let results = results {
for call:RemonSearchResult in results {
if itme.status == "WAIT" { // Only WAIT channels
remonCall.connect(myChannelId)