Class CustomAction
-
- All Implemented Interfaces:
-
io.getstream.video.android.core.call.state.CallAction
public class CustomAction implements CallAction
Custom action used to handle any custom behavior with the given data and tag, such as opening chat, inviting people, sharing the screen and more.
-
-
Constructor Summary
Constructors Constructor Description CustomAction(Map<Object, Object> data, String tag)
-