unblockUser

@POST(value = "/video/call/{type}/{id}/unblock")
abstract suspend fun unblockUser(@Path(value = "type") type: String, @Path(value = "id") id: String, @Body unblockUserRequest: UnblockUserRequest): UnblockUserResponse

Unblocks user on a call Removes the block for a user on a call. The user will be able to join the call again.