Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RoomErrorLevel

The response of the SDK when a user without write permission attempts to write.

Index

Enumeration members

Enumeration members

Ignore

Ignore: = "ignore"

The SDK interrupts the user's attempt but does not report an error or print a warning.

ThrowError

ThrowError: = "throwError"

The SDK reports an error.

Warn

Warn: = "warn"

The SDK interrupts the user's attempt and prints a warning in the browser console.