Skip to content

onRoomReady/onChatStarted callback support#38

Open
subhadipverloop wants to merge 3 commits into
masterfrom
PL-8212
Open

onRoomReady/onChatStarted callback support#38
subhadipverloop wants to merge 3 commits into
masterfrom
PL-8212

Conversation

@subhadipverloop
Copy link
Copy Markdown
Collaborator

Handling onChatStarted/onRoomReady Functionlity of livechat v2

android methods -
setChatStartedListener
setRoomReadyListner

Handling onChatStarted/onRoomReady Functionlity of livechat v2

android methods -
setChatStartedListener
setRoomReadyListner
var verloop: Verloop? = null
var verloop2: Verloop? = null

private val chatStarted: () -> Unit = {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should pass room Id as a param to this. Same for roomReady

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, I thought of adding this, skipped this cause roomID is internal. will add this

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is done @raghav39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants