This commit is contained in:
stryan 2021-05-21 16:00:10 -04:00
parent 3ae3e3b206
commit 16da51beea

View File

@ -77,6 +77,9 @@ func main() {
roomResp, err := client.JoinedRooms()
if err != nil {
log.Println("error gettting joined rooms")
log.Println(err)
log.Println("Skipping iteration")
continue
}
rooms := roomResp.JoinedRooms
// We're going to assume they're only stream one video at a time