room create 메시지 전송

This commit is contained in:
2023-07-18 09:55:18 +09:00
parent 4b35e0e638
commit 289af24a8f

View File

@ -339,6 +339,7 @@ func (sh *subhandler) mainLoop(ctx context.Context) {
room = makeRoom(name, roomDestroyChan)
rooms[name] = room
room.start(ctx)
go sh.callReceiver.OnRoomCreated(sh.region, name)
}
return room
}