#HKrievs-metadata

1 messages ยท Page 1 of 1 (latest)

glacial yacht
#

@hard field yes, look at SessionCreateParams.builder().setSubscriptionData

hard field
#

Thanks

#

Appreciate!!!

#

You guys are really fast ๐Ÿ˜‰

glacial yacht
#

@hard field

Im not able to get it to work ๐Ÿ˜ฆ
what exact code did you try and what error message did you get?

hard field
#

Compiler complains about subscriptiondata classe being private

glacial yacht
#

that's not really how you'd use it, it's the same as every thing else, you use a builder

#

setSubscriptionData(SessionCreateParams.SubscriptionData.builder().addMetadata().build()) I think, something like that.

hard field
#

Will try, thanks..