Use logger (and fix typo)
Co-authored-by: Robin <robin@robin.town>
This commit is contained in:
parent
bd08166a50
commit
f69e032a52
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ export async function createRoom(
|
||||||
name: string,
|
name: string,
|
||||||
ptt: boolean
|
ptt: boolean
|
||||||
): Promise<[string, string]> {
|
): Promise<[string, string]> {
|
||||||
console.log(`Creating room for froup call`);
|
logger.log(`Creating room for group call`);
|
||||||
const createPromise = client.createRoom({
|
const createPromise = client.createRoom({
|
||||||
visibility: Visibility.Private,
|
visibility: Visibility.Private,
|
||||||
preset: Preset.PublicChat,
|
preset: Preset.PublicChat,
|
||||||
|
|
Loading…
Add table
Reference in a new issue