onLiveVideoLayoutChanged property

OnLiveVideoLayoutChanged onLiveVideoLayoutChanged
getter/setter pair

Callback for live video layout changed

roomId Room ID. layoutInfo layout json message.

Implementation

OnLiveVideoLayoutChanged onLiveVideoLayoutChanged =
    (String roomId, String layoutInfo) {};