Click or drag to resize

RoomLeaveEventHandler Delegate

Represents a method that executes when leaving a room finishes successfully.

Namespace:  SoftGear.Strix.Unity.Runtime.Event
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public delegate void RoomLeaveEventHandler(
	RoomLeaveEventArgs args
)

Parameters

args
Type: SoftGear.Strix.Unity.Runtime.EventRoomLeaveEventArgs
See Also