room create 메시지 전송
This commit is contained in:
@ -339,6 +339,7 @@ func (sh *subhandler) mainLoop(ctx context.Context) {
|
|||||||
room = makeRoom(name, roomDestroyChan)
|
room = makeRoom(name, roomDestroyChan)
|
||||||
rooms[name] = room
|
rooms[name] = room
|
||||||
room.start(ctx)
|
room.start(ctx)
|
||||||
|
go sh.callReceiver.OnRoomCreated(sh.region, name)
|
||||||
}
|
}
|
||||||
return room
|
return room
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user