Use logger
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
f69e032a52
commit
ab860b8655
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ export async function createRoom(
|
||||||
|
|
||||||
const result = await createPromise;
|
const result = await createPromise;
|
||||||
|
|
||||||
console.log(
|
logger.log(
|
||||||
`Creating ${ptt ? "PTT" : "video"} group call in ${result.room_id}`
|
`Creating ${ptt ? "PTT" : "video"} group call in ${result.room_id}`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue