Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In thei case, all the room streams will be reocrded to one file. When the last participant leaves the room is finalized, the recording will also be stopped, and the script set in the following parameter will be automatically launched

...

8. Recording file mixing may take a long time depending on recording length, CPU and dick I/O performance. When miximg is done, download the file from /usr/local/FlashphonerWebCallServer/records folder or open in browser by /client/records link

Room finalizing

Room exists until at leats one participant is connected. When the last participant calls room.leave() function, the room is finalized.

If the last participant refreshes web page or loses server connection without calling room.leave(), the room will be active during the time interval set by the following parameter in milliseconds

Code Block
themeRDark
room_idle_timeout=60000

By default, the interval is 60 seconds. When time is expired, the room is finalized.

Known issues

1. Non-latin characters should be encoded while messaging

...